Mercurial > hg > sonic-annotator
comparison runner.pro @ 85:dcd7abe066d5 with-dependencies
Win32 build fixes
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 09 May 2013 13:32:35 +0100 |
parents | e3b4bac5b114 |
children | 7b60603966cf |
comparison
equal
deleted
inserted
replaced
84:e15f291f3500 | 85:dcd7abe066d5 |
---|---|
53 | 53 |
54 linux* { | 54 linux* { |
55 MY_LIBS = -Wl,-Bstatic $$MY_LIBS -Wl,-Bdynamic | 55 MY_LIBS = -Wl,-Bstatic $$MY_LIBS -Wl,-Bdynamic |
56 } | 56 } |
57 | 57 |
58 win* { | |
59 MY_LIBS = -Lsvcore/release -Ldataquay/release $$MY_LIBS | |
60 } | |
61 | |
58 LIBS = $$MY_LIBS $$LIBS | 62 LIBS = $$MY_LIBS $$LIBS |
59 | 63 |
60 PRE_TARGETDEPS += svcore/libsvcore.a | 64 #PRE_TARGETDEPS += svcore/libsvcore.a |
61 | 65 |
62 HEADERS += \ | 66 HEADERS += \ |
63 runner/AudioDBFeatureWriter.h \ | 67 runner/AudioDBFeatureWriter.h \ |
64 runner/FeatureWriterFactory.h \ | 68 runner/FeatureWriterFactory.h \ |
65 runner/DefaultFeatureWriter.h \ | 69 runner/DefaultFeatureWriter.h \ |