Build system changes to support mingw build target

This commit is contained in:
Paul Davis 2013-07-15 13:16:09 -04:00
parent 020ca43ed0
commit 94145732f3
6 changed files with 51 additions and 14 deletions

View file

@ -65,6 +65,7 @@ def build(bld):
'''.split()
obj.export_includes = ['.', 'taglib', 'taglib/toolkit']
obj.includes = include_dirs
obj.defines = ['MAKE_TAGLIB_LIB']
obj.name = 'libtaglib'
obj.target = 'taglib'
obj.vnum = LIBTAGLIB_LIB_VERSION