/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

  1. #! /bin/sh -e
  2. ${SWIG:=swig} -php4 -phpfull -c++ -noproxy -withcxx example.cxx example.i
  3. phpize && ./configure && make clean && make