Compare commits

..

No commits in common. "c45e89fc451cd6fdcb557465facadbdeedc8ac8a" and "3dae6a9645f20a7ab70a5a7f7ad6dd782c1ed335" have entirely different histories.

14 changed files with 17 additions and 35 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 realog.debug as debug\n"
out += "import lutin.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 realog.debug as debug\n"
out += "import lutin.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 realog.debug as debug\n"
out += "import lutin.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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -89,8 +89,6 @@ 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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -54,7 +54,6 @@ 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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
import realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -131,10 +131,6 @@ def configure(target, my_module):
], export=False)
my_module.add_path([
'generate/',
], export=True)
my_module.add_flag('c', [
'-DHAVE_CONFIG_H',
'-DNDEBUG',
@ -147,8 +143,6 @@ 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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -62,7 +62,6 @@ 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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -55,7 +55,6 @@ 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 realog.debug as debug
import lutin.debug as debug
import lutin.tools as tools
import os
@ -63,7 +63,6 @@ def configure(target, my_module):
'webp-webp',
'pthread',
'm',
'webp-webp',
])
return True

View File

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