swig/SWIG/Examples/php4/disown/BUILD.sh
2005-09-07 01:56:03 +00:00

5 lines
117 B
Bash
Executable file

#! /bin/sh -e
${SWIG:=swig} -php4 -c++ -make -withcxx example.cxx example.i
make
php -d extension_dir=. runme.php4