Browse Source

Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro.

tags/2021-05-28
jules 12 years ago
parent
commit
10a1a54af2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp

+ 1
- 1
modules/juce_audio_plugin_client/RTAS/juce_RTAS_Wrapper.cpp View File

@@ -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\\"


Loading…
Cancel
Save