/tags/rel-1-3-25/SWIG/Examples/php4/simple/BUILD.sh
# · Shell · 4 lines · 2 code · 1 blank · 1 comment · 3 complexity · 20e410e591f2b3de20e9b8b5bf1032d6 MD5 · raw file
- #! /bin/sh -e
- ${SWIG:=swig} -php4 -phpfull -noproxy -withc example.c example.i
- phpize && ./configure && make clean && make