scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so

This commit is contained in:
Alibek Omarov
2019-04-08 21:08:52 +03:00
parent 9cd22a98bd
commit 129325f3a4
5 changed files with 838 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ def configure(conf):
else:
conf.end_msg('yes')
conf.start_msg('Does this toolchain able to link to VGUI?')
conf.start_msg('Does this toolchain able to link VGUI?')
if conf.env.DEST_OS == 'win32' and conf.env.COMPILER_CXX == 'g++':
conf.end_msg('no')
# we have ABI incompatibility ONLY on MinGW