Mercurial > hg > vamp-plugin-pack
comparison noconfig.pri @ 113:732a4bf233df
Fixes for static Windows build. In particular, plugins (which are not static) need to be built with "dll" target instead of "plugin" target
author | Chris Cannam |
---|---|
date | Fri, 06 Mar 2020 12:11:00 +0000 |
parents | 78de58bfc3df |
children | 1f7260245c6d |
comparison
equal
deleted
inserted
replaced
112:7e0d33a25a9d | 113:732a4bf233df |
---|---|
20 LIBS += -NODEFAULTLIB:MSVCRT -Lrelease | 20 LIBS += -NODEFAULTLIB:MSVCRT -Lrelease |
21 } | 21 } |
22 | 22 |
23 DEFINES += NOMINMAX _USE_MATH_DEFINES HAVE_C99_VARARGS_MACROS _HAS_STD_BYTE=0 | 23 DEFINES += NOMINMAX _USE_MATH_DEFINES HAVE_C99_VARARGS_MACROS _HAS_STD_BYTE=0 |
24 | 24 |
25 LIBS += -lWindowsApp | 25 DEFINES += AVOID_WINRT_DEPENDENCY |
26 } | 26 } |
27 | 27 |
28 macx* { | 28 macx* { |
29 | 29 |
30 # All Mac builds are 64-bit these days. | 30 # All Mac builds are 64-bit these days. |