]>
Commit | Line | Data |
---|---|---|
5c19dc3a | 1 | SDKROOT = macosx.internal |
b1ab9ed8 A |
2 | CODE_SIGN_IDENTITY = -; |
3 | GCC_VERSION = com.apple.compilers.llvm.clang.1_0 | |
4 | DEBUG_INFORMATION_FORMAT = dwarf-with-dsym | |
5 | CURRENT_PROJECT_VERSION = $(RC_ProjectSourceVersion) | |
6 | VERSIONING_SYSTEM = apple-generic; | |
7 | DEAD_CODE_STRIPPING = YES; | |
8 | ||
9 | ARCHS = $(ARCHS_STANDARD_32_64_BIT) | |
427c49bc | 10 | |
d8f41ccd | 11 | WARNING_CFLAGS = -Wglobal-constructors -Wno-deprecated-declarations $(inherited) |