]> granicus.if.org Git - php/commitdiff
Modified for NetWare.
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 08:34:34 +0000 (08:34 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 3 Jan 2003 08:34:34 +0000 (08:34 +0000)
netware/buildlib.bat

index 76e271846e178aa2a58c49fdaa8e28a870424ec1..5abd71229d756990a43839dee12ba454207e65e9 100755 (executable)
@@ -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