swig/SWIG/Examples/php4/pragmas/BUILD.sh
2005-09-16 18:19:56 +00:00

5 lines
91 B
Bash
Executable file

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