]> granicus.if.org Git - php/commitdiff
File needed to build extensions for NetWare
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 12 Jul 2002 13:02:45 +0000 (13:02 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 12 Jul 2002 13:02:45 +0000 (13:02 +0000)
netware/buildext.bat [new file with mode: 0755]

diff --git a/netware/buildext.bat b/netware/buildext.bat
new file mode 100755 (executable)
index 0000000..6cea553
--- /dev/null
@@ -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