[DEV] update Build interface

This commit is contained in:
Edouard DUPIN 2015-09-14 21:11:04 +02:00
parent 5575b85d17
commit b6b0c50f56

View File

@ -16,8 +16,11 @@ def create(target):
'jvm-basics/debug.cpp',
'jvm-basics/jvm-basics.cpp'
])
myModule.add_header_file([
'jvm-basics/jvm-basics.h'
])
myModule.compile_version_XX(2011)
myModule.add_export_path(tools.get_current_path(__file__))
myModule.add_path(tools.get_current_path(__file__))
return myModule