summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-18 17:32:39 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-18 17:32:39 +0000
commit80e1b42ed5f21f85f420aa5056e806f61e3ed036 (patch)
tree711dac7a375fac3f08e99db9f1cd7bd303fadc46 /msvc_extra_headers
parent3e4278a0fb91f1548aaba0d2e881568867987c48 (diff)
When finding (MSVC built) panner DLLs, make sure we only find ones that match our build target
Will most likely also need to get done for similarly "discovered" DLLs (backends / surfaces etc). TBC
Diffstat (limited to 'msvc_extra_headers')
-rw-r--r--msvc_extra_headers/ardourext/sys/targetsxs.h.input5
1 files changed, 5 insertions, 0 deletions
diff --git a/msvc_extra_headers/ardourext/sys/targetsxs.h.input b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
index 51177b6375..8fbf1327f8 100644
--- a/msvc_extra_headers/ardourext/sys/targetsxs.h.input
+++ b/msvc_extra_headers/ardourext/sys/targetsxs.h.input
@@ -29,6 +29,11 @@
/* #define to zero for a more conventional Debug build */
#endif
+#if !defined(DEBUG) && !defined(NDEBUG)
+/* Assume a debuggable Release build (RDC build) */
+#define RDC_BUILD 1
+#endif
+
#ifndef __midl
#if defined(_DEBUG) || defined (DEBUG)
/* Experimental - link to the lowest DebugCRT so we can run on another system */