File: SConscript

package info (click to toggle)
libtunepimp 0.5.3-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,668 kB
  • ctags: 3,470
  • sloc: ansic: 15,652; cpp: 12,752; sh: 11,929; perl: 1,179; python: 720; makefile: 310; pascal: 33
file content (18 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Import('env')

sources = [
    '#../plugins/mpc/mpc.cpp',
    '#../plugins/mpc/mpcdecode.cpp',
    'mpc.def',
    ]

libs = [
    'libmusicbrainz',
    'pluginsupport',
    'utf8',
    'taglib',
    'libmpcdec',
    ]
    
env.SharedLibrary('mpc', sources, LIBS = libs, SHLIBSUFFIX = '.tpp', no_import_lib = 1)