summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-09-04 12:13:27 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-09-04 12:13:27 +0000
commita081452fee3211a2e8169285d6aaff4733301421 (patch)
tree7cab301f64abb249068f59e3da60a6f08b00a656 /netware
parent06e2fabc02a809bf0353906521a4c8eee0938bf5 (diff)
downloadphp-git-a081452fee3211a2e8169285d6aaff4733301421.tar.gz
Batch file to build extensions and files under main, netware and regex folders
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/buildlib.bat18
1 files changed, 18 insertions, 0 deletions
diff --git a/netware/buildlib.bat b/netware/buildlib.bat
new file mode 100755
index 0000000000..76e271846e
--- /dev/null
+++ b/netware/buildlib.bat
@@ -0,0 +1,18 @@
+@echo off
+
+cd ..
+
+if "%1" == "clean" make -f netware\phplib.mak clean
+if "%1" == "/?" goto USAGE
+
+REM Build command
+make -f netware\phplib.mak
+goto EXIT
+
+:USAGE
+ @echo on
+ @echo Usage: buildlib [clean]
+ @echo clean - delete all object files and binaries before building
+
+:EXIT
+cd netware \ No newline at end of file