Browse Source

Introjucer RTAS fix.

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

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

@@ -307,9 +307,7 @@ namespace RTASHelpers
exporter.msvcTargetSuffix = ".dpm";
exporter.msvcNeedsDLLRuntimeLib = true;
String winbag (CodeHelpers::addEscapeChars (getRTASFolderRelativePath (exporter)
.getChildFile ("WinBag")
.toWindowsStyle()).quoted());
String winbag (getRTASFolderRelativePath (exporter).getChildFile ("WinBag").toWindowsStyle());
// (VS10 automatically adds escape characters to the quotes for this definition)
winbag = (exporter.getVisualStudioVersion() < 10) ? CodeHelpers::addEscapeChars (winbag.quoted())


Loading…
Cancel
Save