[DEV] rename the library jus -> zeus (I remove je json interface then the libname was wrong)
This commit is contained in:
parent
557eb8736b
commit
fcfffdd6b0
@ -1,7 +1,7 @@
|
|||||||
jus
|
zeus
|
||||||
===
|
====
|
||||||
|
|
||||||
`jus` is a Json µ-service
|
`zeus` is a Zeus ewol µ-service
|
||||||
|
|
||||||
Instructions
|
Instructions
|
||||||
============
|
============
|
||||||
|
@ -32,7 +32,7 @@ def create(target, module_name):
|
|||||||
'appl/debug.cpp',
|
'appl/debug.cpp',
|
||||||
'appl/main.cpp'
|
'appl/main.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_export_flag('c++', "-DSERVICE_NAME=\"\\\"" + module_name[4:] + "\\\"\"")
|
my_module.add_export_flag('c++', "-DSERVICE_NAME=\"\\\"" + module_name[5:] + "\\\"\"")
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
@ -32,7 +32,7 @@ def create(target, module_name):
|
|||||||
'appl/debug.cpp',
|
'appl/debug.cpp',
|
||||||
'appl/main.cpp'
|
'appl/main.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_export_flag('c++', "-DSERVICE_NAME=\"\\\"" + module_name[4:] + "\\\"\"")
|
my_module.add_export_flag('c++', "-DSERVICE_NAME=\"\\\"" + module_name[5:] + "\\\"\"")
|
||||||
return my_module
|
return my_module
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user