From 80e1b42ed5f21f85f420aa5056e806f61e3ed036 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 18 Mar 2014 17:32:39 +0000 Subject: 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 --- msvc_extra_headers/ardourext/sys/targetsxs.h.input | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'msvc_extra_headers') 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 */ -- cgit v1.2.3