diff options
Diffstat (limited to 'netware/setbuild.bat')
-rwxr-xr-x | netware/setbuild.bat | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/netware/setbuild.bat b/netware/setbuild.bat deleted file mode 100755 index a1685624e..000000000 --- a/netware/setbuild.bat +++ /dev/null @@ -1,19 +0,0 @@ -@echo off - -if "%1" == "/?" goto USAGE - -if "%1" == "d" set BUILD=debug -if "%1" == "r" set BUILD=release - -if "%2" == "1" set APACHE_VER=1.3 -if "%2" == "2" set APACHE_VER=2 - -goto EXIT - -:USAGE - @echo on - @echo Usage: setbuild d|r 1|2 - @echo set build type as 'debug' or 'release' - @echo set Web Server as Apache 1.3.x or Apache 2.0.x - -:EXIT
\ No newline at end of file |