/tags/rel-1-3-23/SWIG/Examples/php4/enum/BUILD.sh
# · Shell · 4 lines · 2 code · 1 blank · 1 comment · 3 complexity · 980488897b061c8c61c2e4695626b45a MD5 · raw file
- #! /bin/sh -e
- ${SWIG:=swig} -php4 -phpfull -c++ -noproxy -withcxx example.cxx example.i
- phpize && ./configure && make clean && make