summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/sys/targetsxs.h.input
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-13 10:22:31 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-13 10:22:31 +0000
commit8e51a6c84f255f936b797dcb490c4157e02c6c85 (patch)
tree69aec5b6c91b6fe75e4895fe5daa1f31c3c3a0d6 /msvc_extra_headers/ardourext/sys/targetsxs.h.input
parent61c692baa1a56b0f00d5d6e391072324e337b0ed (diff)
Check in some minor modifications (to MSVC specific headers)
Diffstat (limited to 'msvc_extra_headers/ardourext/sys/targetsxs.h.input')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input11
1 files changed, 10 insertions, 1 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index d013c2b6bd..d10997cf1a 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -12,7 +12,7 @@
#endif
#ifndef VST_SUPPORT
-#define VST_SUPPORT
+// Commented out temporarily by JE - 18-10-2013 #define VST_SUPPORT
/* Comment out the above line to build Mixbus without VST support */
#endif
@@ -60,6 +60,15 @@ __declspec(selectany) int _forceAtlDllManifestRTM;
#include <stdint.h>
#if defined(_MSC_VER) && !defined(__MINGW__) && !defined(__MINGW32__)
+/* Define these libraries as getting built as DLLs */
+#define LIBAUDIOGRAPHER_DLL
+#define LIBARDOUR_DLL
+#define LIBMIDIPP_DLL
+#define LIBPBD_DLL
+#define LIBCONTROLCP_DLL
+#define LIBGTKMM2EXT_DLL
+#define LIBEVORAL_DLL
+
#if (INCLUDE_ARDOUR_MISCELLANEOUS)
#include <ardourext/misc.h>
#endif