diff options
-rwxr-xr-x | netware/buildlib.bat | 2 |
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 |