[DEV] update Build interface
This commit is contained in:
parent
5575b85d17
commit
b6b0c50f56
@ -16,8 +16,11 @@ def create(target):
|
|||||||
'jvm-basics/debug.cpp',
|
'jvm-basics/debug.cpp',
|
||||||
'jvm-basics/jvm-basics.cpp'
|
'jvm-basics/jvm-basics.cpp'
|
||||||
])
|
])
|
||||||
|
myModule.add_header_file([
|
||||||
|
'jvm-basics/jvm-basics.h'
|
||||||
|
])
|
||||||
myModule.compile_version_XX(2011)
|
myModule.compile_version_XX(2011)
|
||||||
myModule.add_export_path(tools.get_current_path(__file__))
|
myModule.add_path(tools.get_current_path(__file__))
|
||||||
return myModule
|
return myModule
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user