[DEV] add extra compilation flags

This commit is contained in:
Edouard DUPIN 2013-11-27 21:33:34 +01:00
parent bfa7a4b928
commit 8197570611

View File

@ -6,6 +6,8 @@ def Create(target):
# module name is 'edn' and type binary.
myModule = lutinModule.module(__file__, 'egami', 'LIBRARY')
# add extra compilation flags :
myModule.add_extra_compile_flags()
# add the file to compile:
myModule.AddSrcFile([
'egami/Image.cpp',