diff options
Diffstat (limited to 'netware/buildsapi.bat')
-rwxr-xr-x | netware/buildsapi.bat | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/netware/buildsapi.bat b/netware/buildsapi.bat deleted file mode 100755 index ddf299af2..000000000 --- a/netware/buildsapi.bat +++ /dev/null @@ -1,18 +0,0 @@ -@echo off - -cd ..\sapi\%1 - -if "%2" == "clean" make -f ..\..\netware\php5%1.mak clean -if "%2" == "/?" goto USAGE - -REM Build command -make -f ..\..\netware\php5%1.mak -goto EXIT - -:USAGE - @echo on - @echo Usage: buildsapi SAPI_Module_Name [clean] - @echo clean - delete all object files and binaries before building - -:EXIT -cd ..\..\netware |