diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2003-01-03 08:34:34 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2003-01-03 08:34:34 +0000 |
commit | 12192da2c4c5b4cc4c728b70ec58794ff4ba5302 (patch) | |
tree | 084a18a23c2224c3e4c0461e101492f28400306d /netware | |
parent | 7b3727238172e8e137216a7b5de92df23a581a9a (diff) | |
download | php-git-12192da2c4c5b4cc4c728b70ec58794ff4ba5302.tar.gz |
Modified for NetWare.
Diffstat (limited to 'netware')
-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 |