Browse Source

Introjucr: RTAS path fix.

tags/2021-05-28
jules 13 years ago
parent
commit
6a280720d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project/jucer_AudioPluginModule.h

+ 1
- 1
extras/Introjucer/Source/Project/jucer_AudioPluginModule.h View File

@@ -359,7 +359,7 @@ namespace RTASHelpers
exporter.msvcExtraPreprocessorDefs.set ("JucePlugin_WinBag_path", winbag);
String msvcPathToRTASFolder (exporter.getJucePathFromTargetFolder()
.getChildFile ("juce_audio_plugin_client/RTAS")
.getChildFile ("modules/juce_audio_plugin_client/RTAS")
.toWindowsStyle() + "\\");
exporter.msvcDelayLoadedDLLs = "DAE.dll; DigiExt.dll; DSI.dll; PluginLib.dll; DSPManager.dll";


Loading…
Cancel
Save