PageRenderTime 24ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #! /bin/sh -e
  2. ${SWIG:=swig} -php4 -phpfull -noproxy -withc example.c example.i
  3. phpize && ./configure && make clean && make