comparison runner.pro @ 86:318e2f177ed5

Win32 build fixes
author Chris Cannam
date Thu, 09 May 2013 13:41:03 +0100
parents e3b4bac5b114
children 7b60603966cf
comparison
equal deleted inserted replaced
83:e3b4bac5b114 86:318e2f177ed5
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 \