swig/Examples/php4/pragmas/BUILD.sh

5 lines
91 B
Bash
Executable file

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