mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
This commit is contained in:
parent
d12fa83a7e
commit
2b311a410f
5 changed files with 21 additions and 16 deletions
|
|
@ -354,6 +354,7 @@ namespace AUHelpers
|
|||
exporter.extraSearchPaths.add ("$(DEVELOPER_DIR)/Extras/CoreAudio/AudioUnits/AUPublic/Utility");
|
||||
|
||||
exporter.xcodeFrameworks.addTokens ("AudioUnit CoreAudioKit", false);
|
||||
exporter.xcodeExcludedFiles64Bit = "\"*Carbon*.cpp\"";
|
||||
|
||||
Project::Item subGroup (projectSaver.getGeneratedCodeGroup().addNewSubGroup ("Juce AU Wrapper", -1));
|
||||
subGroup.setID ("__juceappleaufiles");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue