aboutsummaryrefslogtreecommitdiff
path: root/MacConfigExternalRelease.xcconfig
diff options
context:
space:
mode:
authorYavor Goulishev <yavor@google.com>2011-05-25 14:12:00 -0700
committerYavor Goulishev <yavor@google.com>2011-05-25 14:12:00 -0700
commitb87ba46b8510484dc1c2000e13a88a500a2ac02d (patch)
treee5f9b2ba2ad31da80a55a07dbc078b175df875e2 /MacConfigExternalRelease.xcconfig
parente9a683104ef3f40d38459c0ca62a2d46f20b0714 (diff)
downloadlibusb-compat-b87ba46b8510484dc1c2000e13a88a500a2ac02d.tar.gz
Update the XCode project files.
Adjusted the include paths and the dependencies. Added the external configuration options. Change-Id: I003ba340fd1615b0bbf804daf39605350c10f07b
Diffstat (limited to 'MacConfigExternalRelease.xcconfig')
-rw-r--r--MacConfigExternalRelease.xcconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/MacConfigExternalRelease.xcconfig b/MacConfigExternalRelease.xcconfig
new file mode 100644
index 0000000..6a58f19
--- /dev/null
+++ b/MacConfigExternalRelease.xcconfig
@@ -0,0 +1,27 @@
+SDKROOT=macosx10.5
+ARCHS=ppc i386
+COPY_PHASE_STRIP=NO
+DEAD_CODE_STRIPPING=YES
+DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
+DEPLOYMENT_POSTPROCESSING=YES
+GCC_ALTIVEC_EXTENSIONS=YES
+GCC_ENABLE_CPP_EXCEPTIONS=YES
+GCC_ENABLE_FIX_AND_CONTINUE=NO
+GCC_ENABLE_SSE3_EXTENSIONS=YES
+GCC_GENERATE_DEBUGGING_SYMBOLS=YES
+GCC_INLINES_ARE_PRIVATE_EXTERN=YES
+GCC_PREPROCESSOR_DEFINITIONS=NDEBUG _NDEBUG _PORT_NDEBUG _BACKWARD_BACKWARD_WARNING_H _AFT_BUILD
+GCC_SYMBOLS_PRIVATE_EXTERN=YES
+GCC_UNROLL_LOOPS=YES
+GCC_VERSION=4.2
+INSTALL_PATH=@executable_path
+MACOSX_DEPLOYMENT_TARGET=10.5
+MAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_5
+MAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_5
+OTHER_CFLAGS=-fexceptions
+PRESERVE_DEAD_CODE_INITS_AND_TERMS=YES
+SDKROOT=macosx10.5
+SEPARATE_STRIP=YES
+STRIP_INSTALLED_PRODUCT=YES
+WARNING_CFLAGS=-Wno-deprecated-declarations
+ZERO_LINK=NO