1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Introjucr: RTAS path fix.

This commit is contained in:
jules 2012-10-05 17:30:38 +01:00
parent a4d898513b
commit 6a280720d5

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";