aboutsummaryrefslogtreecommitdiff
path: root/Examples/php4/class/BUILD.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/php4/class/BUILD.sh')
-rwxr-xr-xExamples/php4/class/BUILD.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/php4/class/BUILD.sh b/Examples/php4/class/BUILD.sh
new file mode 100755
index 000000000..99ee15273
--- /dev/null
+++ b/Examples/php4/class/BUILD.sh
@@ -0,0 +1,4 @@
+#! /bin/sh -e
+
+${SWIG:=swig} -php4 -phpfull -c++ -noproxy -withcxx example.cxx example.i
+phpize && ./configure && make clean && make