-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCka-Max5Target.xcconfig
39 lines (32 loc) · 1.28 KB
/
Cka-Max5Target.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Xcode target configuration settings for the Max 5 SDK
// Used as the basis for Xcode projects to build Max externals.
//
// Changes to the settings in this file will be applied to all SDK examples
// To change settings for only one of the examples, override the settings using
// Xcode's target inspector.
//
// by Timothy Place
// Copyright � 2008, Cycling '74
// Name & Version
PRODUCT_NAME = $(TARGET_NAME)
PRODUCT_VERSION = 5.1.1
// Paths
C74SUPPORT = SDK/MaxSDK-5/c74support
HEADER_SEARCH_PATHS = /Developer/Headers/FlatCarbon $(C74SUPPORT)/max-includes $(C74SUPPORT)/msp-includes
FRAMEWORK_SEARCH_PATHS = $(C74SUPPORT)/max-includes $(C74SUPPORT)/msp-includes
// (This next path is relative to DSTROOT)
INSTALL_PATH = /
// Special Files
GCC_PREFIX_HEADER = $(C74SUPPORT)/max-includes/macho-prefix.pch
//INFOPLIST_FILE = $(SRCROOT)/../Info-$(PROJECT_NAME).plist
// Per architecture and deployment settings
SDKROOT[arch=i386] = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT[arch=ppc] = /Developer/SDKs/MacOSX10.4u.sdk
GCC_VERSION[arch=i386] = 4.0
GCC_VERSION[arch=ppc] = 4.0
MACOSX_DEPLOYMENT_TARGET = 10.4
// Static Configuration (don't change these)
WRAPPER_EXTENSION = mxo;
WARNING_CFLAGS = -Wmost -Wno-four-char-constants -Wno-unknown-pragmas
DEPLOYMENT_LOCATION = YES
GENERATE_PKGINFO_FILE = YES