diff options
Diffstat (limited to 'src/tools/msvc/build.bat')
-rwxr-xr-x | src/tools/msvc/build.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/msvc/build.bat b/src/tools/msvc/build.bat new file mode 100755 index 0000000..171f749 --- /dev/null +++ b/src/tools/msvc/build.bat @@ -0,0 +1,6 @@ +@echo off +REM src/tools/msvc/build.bat +REM all the logic for this now belongs in build.pl. This file really +REM only exists so you don't have to type "perl build.pl" +REM Resist any temptation to add any logic here. +@perl %~dp0/build.pl %* |