Mercurial > hg > sonic-annotator
diff 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 |
line wrap: on
line diff
--- a/runner.pro Thu May 09 11:01:12 2013 +0100 +++ b/runner.pro Thu May 09 13:32:35 2013 +0100 @@ -55,9 +55,13 @@ MY_LIBS = -Wl,-Bstatic $$MY_LIBS -Wl,-Bdynamic } +win* { +MY_LIBS = -Lsvcore/release -Ldataquay/release $$MY_LIBS +} + LIBS = $$MY_LIBS $$LIBS -PRE_TARGETDEPS += svcore/libsvcore.a +#PRE_TARGETDEPS += svcore/libsvcore.a HEADERS += \ runner/AudioDBFeatureWriter.h \