[DEV] update new lutin 0.8.0
This commit is contained in:
parent
5ced921acb
commit
0713f02829
@ -6,12 +6,9 @@ import os
|
|||||||
def get_desc():
|
def get_desc():
|
||||||
return "Ewol C Interpreter"
|
return "Ewol C Interpreter"
|
||||||
|
|
||||||
def create(target):
|
def create(target, module_name):
|
||||||
# module name is 'edn' and type binary.
|
myModule = module.Module(__file__, module_name, 'BINARY')
|
||||||
myModule = module.Module(__file__, 'eci2', 'BINARY')
|
|
||||||
# add extra compilation flags :
|
|
||||||
myModule.add_extra_compile_flags()
|
myModule.add_extra_compile_flags()
|
||||||
# add the file to compile:
|
|
||||||
myModule.add_src_file([
|
myModule.add_src_file([
|
||||||
'eci/eci.cpp',
|
'eci/eci.cpp',
|
||||||
'eci/Lexer.cpp',
|
'eci/Lexer.cpp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user