diff options
| author | SVN Migration <svn@php.net> | 2002-09-02 15:28:27 +0000 |
|---|---|---|
| committer | SVN Migration <svn@php.net> | 2002-09-02 15:28:27 +0000 |
| commit | 8923943a24f70c3a9dce66d59a4d382949ad4407 (patch) | |
| tree | 705aaf33e021d193c24b86532a6d12235518a0af /netware/buildsapi.bat | |
| parent | ca9cfc7525c253fe7e3b3e419f35e9123a0a6144 (diff) | |
| download | php-git-php-4.2.3RC2.tar.gz | |
This commit was manufactured by cvs2svn to create tag 'php_4_2_3RC2'.php-4.2.3RC2
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 57498cbf89..0000000000 --- a/netware/buildsapi.bat +++ /dev/null @@ -1,18 +0,0 @@ -@echo off - -cd ..\sapi\%1 - -if "%2" == "clean" make -f ..\..\netware\php4%1.mak clean -if "%2" == "/?" goto USAGE - -REM Build command -make -f ..\..\netware\php4%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 |
