|
|
|
@ -123,10 +123,7 @@ def options(opt):
@@ -123,10 +123,7 @@ def options(opt):
|
|
|
|
|
|
|
|
|
|
opt.add_subproject(i.name) |
|
|
|
|
|
|
|
|
|
opt.load('xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs') |
|
|
|
|
if sys.platform == 'win32': |
|
|
|
|
opt.load('msvc') |
|
|
|
|
opt.load('reconfigure') |
|
|
|
|
opt.load('xshlib xcompile compiler_cxx compiler_c sdl2 clang_compilation_database strip_on_install waf_unit_test msdev msvs msvc reconfigure') |
|
|
|
|
|
|
|
|
|
def configure(conf): |
|
|
|
|
conf.load('fwgslib reconfigure compiler_optimizations') |
|
|
|
|