diff options
Diffstat (limited to 'third_party/libxslt/build/libxslt_config.bat')
-rw-r--r-- | third_party/libxslt/build/libxslt_config.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/libxslt/build/libxslt_config.bat b/third_party/libxslt/build/libxslt_config.bat deleted file mode 100644 index 00c4ff9..0000000 --- a/third_party/libxslt/build/libxslt_config.bat +++ /dev/null @@ -1,13 +0,0 @@ -:: %1 is the input file js file -:: %2 is the solution directory - -:: Change to the directory of the input file -cd %~p1 - -:: Make config.h -cscript //E:jscript %1 compiler=msvc -if errorlevel 1 echo %1: error: The javascript file failed to run. - -:: Make sure the timestamp on config.h is current. -%2..\third_party\cygwin\bin\touch.exe ..\config.h - |