-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCka-Max61Target.xcconfig
48 lines (37 loc) · 1.76 KB
/
Cka-Max61Target.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
40
41
42
43
44
45
46
47
48
// Xcode target configuration settings for the Max 6 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 © 2011, Cycling '74
// Name & Version
//PRODUCT_NAME = $(PROJECT_NAME)
//PRODUCT_VERSION = 6.0.0
// Paths
//C74SUPPORT = /Storage/Projets/Maximus/VBap/SDK/max-sdk-7.3.3/source/c74support
C74SUPPORT = /Users/kristof/Storage/Projets/AppliMax/Cycling/SDKInUse/MaxSDK-8.2.0/source/c74support
HEADER_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
FRAMEWORK_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
DSTROOT = /Users/kristof/Documents/Max 8/Packages/Logelloop 5/externals/OSX/CKa
// (This next path is relative to DSTROOT)
INSTALL_PATH = /
// Architecture and Deployment
ARCHS = x86_64 arm64
VALID_ARCHS = x86_64 arm64
ONLY_ACTIVE_ARCH = NO
MACOSX_DEPLOYMENT_TARGET = 10.11
// Preprocessor Defines
GCC_PREPROCESSOR_DEFINITIONS = "DENORM_WANT_FIX = 1" "NO_TRANSLATION_SUPPORT = 1"
// 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
// Flags to enforce some build-time checks for the symbols used while not actually performing a hard link
C74_SYM_LINKER_FLAGS = @$(C74SUPPORT)/max-includes/c74_linker_flags.txt
// hide all symbols by default
// mark a function to be exported with the C74_EXPORT macro -- most likely this will only apply to the main() function
OTHER_CFLAGS = -fvisibility=hidden