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:
parent
57a0fd5cef
commit
d86d68446c
21 changed files with 112 additions and 61 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue