From: Anantha Kesari H Y Date: Fri, 12 Jul 2002 13:02:45 +0000 (+0000) Subject: File needed to build extensions for NetWare X-Git-Tag: dev~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6cc6a2376b864552f1ac5eaec8a507ba9f8cf3b;p=php File needed to build extensions for NetWare --- diff --git a/netware/buildext.bat b/netware/buildext.bat new file mode 100755 index 0000000000..6cea5530cc --- /dev/null +++ b/netware/buildext.bat @@ -0,0 +1,18 @@ +@echo off + +cd ..\ext\%1 + +if "%2" == "clean" make -f %1.mak clean +if "%2" == "/?" goto USAGE + +REM Build command +make -f %1.mak +goto EXIT + +:USAGE + @echo on + @echo Usage: buildext extension_name [clean] + @echo clean - delete all object files and binaries before building + +:EXIT +cd ..\..\netware