(reapply with fixes) Build system changes to support mingw build target

This commit is contained in:
Paul Davis 2013-07-15 13:43:17 -04:00
parent 96ea407d1a
commit 00ae5492f4
6 changed files with 50 additions and 13 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