/libtunepimp-0.5.3/win32/wv/SConscript

# · #! · 18 lines · 14 code · 4 blank · 0 comment · 0 complexity · 8c36c2ac5fc73c275e65bdea6a1d24d1 MD5 · raw file

  1. Import('env')
  2. sources = [
  3. '#../plugins/wv/wv.cpp',
  4. '#../plugins/wv/wvfile.cpp',
  5. '#../plugins/wv/wvproperties.cpp',
  6. 'wv.def',
  7. ]
  8. libs = [
  9. 'libmusicbrainz',
  10. 'pluginsupport',
  11. 'utf8',
  12. 'taglib',
  13. ]
  14. env.SharedLibrary('wv', sources, LIBS = libs, SHLIBSUFFIX = '.tpp', no_import_lib = 1)