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:
parent
a4d898513b
commit
6a280720d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue