[DEV] rename the library jus -> zeus (I remove je json interface then the libname was wrong)

This commit is contained in:
Edouard DUPIN 2016-06-20 22:20:11 +02:00
parent 557eb8736b
commit fcfffdd6b0
44 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
jus
===
zeus
====
`jus` is a Json µ-service
`zeus` is a Zeus ewol µ-service
Instructions
============

View File

@ -32,7 +32,7 @@ def create(target, module_name):
'appl/debug.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

View File

@ -32,7 +32,7 @@ def create(target, module_name):
'appl/debug.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