Compare commits

...

2 Commits

Author SHA1 Message Date
c45e89fc45 [DEBUG] update new API of lutin log 2019-05-03 10:18:23 +02:00
41e5412c34 [DEV] it build 2018-10-23 22:19:00 +02:00
14 changed files with 35 additions and 17 deletions

View File

@ -171,7 +171,7 @@ def genrate_lutin_file(lib_name, list_of_files, list_of_flags, list_of_dependenc
out = ""
out += "#!/usr/bin/python\n"
out += "import lutin.debug as debug\n"
out += "import realog.debug as debug\n"
out += "import lutin.tools as tools\n"
out += "import os\n"
out += "\n"
@ -359,7 +359,7 @@ def genrate_lutin_file(lib_name, list_of_files, list_of_flags, list_of_dependenc
def generate_global_include_module():
out = ""
out += "#!/usr/bin/python\n"
out += "import lutin.debug as debug\n"
out += "import realog.debug as debug\n"
out += "import lutin.tools as tools\n"
out += "import os\n"
out += "\n"
@ -400,7 +400,7 @@ def generate_global_include_module():
def generate_global_module(list_of_module):
out = ""
out += "#!/usr/bin/python\n"
out += "import lutin.debug as debug\n"
out += "import realog.debug as debug\n"
out += "import lutin.tools as tools\n"
out += "import os\n"
out += "\n"

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -70,6 +70,7 @@ def configure(target, my_module):
'webp-webp',
'pthread',
'm',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -54,6 +54,7 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -66,7 +66,8 @@ def configure(target, my_module):
'gif',
'pthread',
'm',
'webp-webp',
])
return True
return False

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -66,6 +66,8 @@ def configure(target, my_module):
'jpeg',
'tiff',
'pthread',
'webp-imageioutil',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -89,6 +89,8 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-imageioutil',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -54,6 +54,7 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -131,6 +131,10 @@ def configure(target, my_module):
], export=False)
my_module.add_path([
'generate/',
], export=True)
my_module.add_flag('c', [
'-DHAVE_CONFIG_H',
'-DNDEBUG',
@ -143,6 +147,8 @@ def configure(target, my_module):
'-mavx2',
])
# build in C++ mode
my_module.compile_version("c", 1999)
my_module.add_depend([
'cxx',

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -62,6 +62,7 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -55,6 +55,7 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -63,6 +63,7 @@ def configure(target, my_module):
'webp-webp',
'pthread',
'm',
'webp-webp',
])
return True

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import lutin.debug as debug
import realog.debug as debug
import lutin.tools as tools
import os
@ -57,6 +57,7 @@ def configure(target, my_module):
my_module.add_depend([
'cxx',
'pthread',
'webp-webp',
])
return True