1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

RTAS mac window position fix. Introjucer fixes for Windows.

This commit is contained in:
Julian Storer 2011-08-23 15:02:11 +01:00
parent 57a0fd5cef
commit d86d68446c
21 changed files with 112 additions and 61 deletions

View file

@ -278,7 +278,7 @@ namespace RTASHelpers
RelativePath rtasFolder (getRTASFolder (exporter).toString(), RelativePath::projectFolder);
exporter.msvcExtraPreprocessorDefs.set ("JucePlugin_WinBag_path", CodeHelpers::addEscapeChars (rtasFolder.getChildFile ("WinBag")
.toWindowsStyle().quoted()));
.toWindowsStyle().quoted()));
String msvcPathToRTASFolder (exporter.getJucePathFromTargetFolder()
.getChildFile ("modules/juce_audio_plugin_client/RTAS")