From: Anantha Kesari H Y Date: Fri, 3 Jan 2003 08:34:34 +0000 (+0000) Subject: Modified for NetWare. X-Git-Tag: PHP_5_0_dev_before_13561_fix~507 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12192da2c4c5b4cc4c728b70ec58794ff4ba5302;p=php Modified for NetWare. --- 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