1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/build/macosx/juce.xcconfig
2008-10-27 17:51:24 +00:00

14 lines
419 B
Text

ARCHS = i386 ppc
// These settings let you build for compatibility with 10.3 onwards.
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET = 10.4
// In XCode 3, this is the best SDK to use..
SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk
// (if you're building in XCode 2.5, you might need to use this line
// instead of the 10.5 line above..)
//SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk