From 10a1a54af2e8828d32123c739c94e773cf366428 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 18 Jul 2013 12:22:33 +0100 Subject: [PATCH] Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. --- modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp index eba93139b5..32172410f4 100644 --- a/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp @@ -100,7 +100,7 @@ #ifdef _MSC_VER #pragma pack (pop) - #if JUCE_DEBUGxxx // (the debug lib in the 8.0 SDK fails to link, so we'll stick to the release one...) + #if JUCE_RTAS_LINK_TO_DEBUG_LIB // (the debug lib in the 8.0 SDK fails to link, so we'll stick to the release one...) #define PT_LIB_PATH JucePlugin_WinBag_path "\\Debug\\lib\\" #else #define PT_LIB_PATH JucePlugin_WinBag_path "\\Release\\lib\\"