PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-15/SWIG/Examples/php4/enum/BUILD.sh

#
Shell | 4 lines | 2 code | 1 blank | 1 comment | 3 complexity | 980488897b061c8c61c2e4695626b45a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #! /bin/sh -e
  2. ${SWIG:=swig} -php4 -phpfull -c++ -noproxy -withcxx example.cxx example.i
  3. phpize && ./configure && make clean && make