summaryrefslogtreecommitdiff
path: root/netware/buildsapi.bat
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-17 13:00:38 +0000
committerfoobar <sniper@php.net>2004-01-17 13:00:38 +0000
commitf4983c0d3f56c2074458e4840db36643b2fec59b (patch)
tree2dcf521f07114e3bb2952439fe28cdfa40d30677 /netware/buildsapi.bat
parentb851f3712388de9f6c4addf2063dbc3c663a0b3b (diff)
downloadphp-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'netware/buildsapi.bat')
-rwxr-xr-xnetware/buildsapi.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/netware/buildsapi.bat b/netware/buildsapi.bat
index 57498cbf89..ddf299af23 100755
--- a/netware/buildsapi.bat
+++ b/netware/buildsapi.bat
@@ -2,11 +2,11 @@
cd ..\sapi\%1
-if "%2" == "clean" make -f ..\..\netware\php4%1.mak clean
+if "%2" == "clean" make -f ..\..\netware\php5%1.mak clean
if "%2" == "/?" goto USAGE
REM Build command
-make -f ..\..\netware\php4%1.mak
+make -f ..\..\netware\php5%1.mak
goto EXIT
:USAGE