tidying things up a bit
This commit is contained in:
parent
425c20dd3d
commit
a0f5b0892b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Import('env')
|
|||
phpenv = env.Clone()
|
||||
|
||||
phpenv.Append(CPPPATH = ['../../', '/usr/include/php5', '/usr/include/php5/main', '/usr/include/php5/Zend', '/usr/include/php5/TSRM'])
|
||||
phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error']) #'-Wno-unused-variable', '-Wno-unused-label', '-Wno-unused-function', '-Wno-missing-field-initializers', '-Wno-sign-compare'])
|
||||
phpenv.Append(CCFLAGS = ['-fpic', '-DSWIG', '-Wno-all', '-Wno-extra', '-Wno-error'])
|
||||
phpenv.Append(SWIGFLAGS = ['-DHAMMER_INTERNAL__NO_STDARG_H', '-Isrc/', '-php'])
|
||||
|
||||
phpenv.Command("hammer.i", "../swig/hammer.i", Copy("$TARGET", "$SOURCE"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue