/libtunepimp-0.5.3/win32/wv/SConscript
# · #! · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 8c36c2ac5fc73c275e65bdea6a1d24d1 MD5 · raw file
- Import('env')
-
- sources = [
- '#../plugins/wv/wv.cpp',
- '#../plugins/wv/wvfile.cpp',
- '#../plugins/wv/wvproperties.cpp',
- 'wv.def',
- ]
-
- libs = [
- 'libmusicbrainz',
- 'pluginsupport',
- 'utf8',
- 'taglib',
- ]
-
- env.SharedLibrary('wv', sources, LIBS = libs, SHLIBSUFFIX = '.tpp', no_import_lib = 1)