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 20:38:10 +03:00
parent 9cd22a98bd
commit 129325f3a4
5 changed files with 838 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ def configure(conf):
def build(bld):
libs = [ 'public' ]
source = bld.path.ant_glob([
'common/*.c',
'common/*.c',
'common/imagelib/*.c',
'common/soundlib/*.c',
'common/soundlib/libmpg/*.c',