blob: 021afdbbea138d84ac20629b779a351d4e7f9d76 [file] [log] [blame]
Saleem Abdulrasool12139562019-06-21 09:39:00 -07001:: Copyright 2019 The TensorFlow Authors. All Rights Reserved.
2::
3:: Licensed under the Apache License, Version 2.0 (the "License");
4:: you may not use this file except in compliance with the License.
5:: You may obtain a copy of the License at
6::
7:: http://www.apache.org/licenses/LICENSE-2.0
8::
9:: Unless required by applicable law or agreed to in writing, software
10:: distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11:: WARRANTIES OR CONDITIONS OF ANY KIND< either express or implied. See the
12:: License for the specific language governing permissions and limitations under
13:: the License.
14
15@echo off
16
17set configure_dir=%~dp0
18set configure_dir=%configure_dir:~0,-1%
19python %configure_dir%\configure.py %* || ( exit /b )
20echo Configuration finished