summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2003-01-03 08:34:34 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2003-01-03 08:34:34 +0000
commit12192da2c4c5b4cc4c728b70ec58794ff4ba5302 (patch)
tree084a18a23c2224c3e4c0461e101492f28400306d /netware
parent7b3727238172e8e137216a7b5de92df23a581a9a (diff)
downloadphp-git-12192da2c4c5b4cc4c728b70ec58794ff4ba5302.tar.gz
Modified for NetWare.
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/buildlib.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/netware/buildlib.bat b/netware/buildlib.bat
index 76e271846e..5abd71229d 100755
--- a/netware/buildlib.bat
+++ b/netware/buildlib.bat
@@ -5,6 +5,8 @@ cd ..
if "%1" == "clean" make -f netware\phplib.mak clean
if "%1" == "/?" goto USAGE
+call netware\BisonExtStandard
+
REM Build command
make -f netware\phplib.mak
goto EXIT