Browse Source

Introjucer: added an extra search path for Xcode carbon headers.

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

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

@@ -302,6 +302,7 @@ namespace RTASHelpers
else if (exporter.isXcode())
{
exporter.extraSearchPaths.add ("$(DEVELOPER_DIR)/Headers/FlatCarbon");
exporter.extraSearchPaths.add ("$(SDKROOT)/Developer/Headers/FlatCarbon");
const char* p[] = { "AlturaPorts/TDMPlugIns/PlugInLibrary/Controls",
"AlturaPorts/TDMPlugIns/PlugInLibrary/CoreClasses",


Loading…
Cancel
Save