aboutsummaryrefslogtreecommitdiff
path: root/MacConfigExternalDebug.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 /MacConfigExternalDebug.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 'MacConfigExternalDebug.xcconfig')
-rw-r--r--MacConfigExternalDebug.xcconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/MacConfigExternalDebug.xcconfig b/MacConfigExternalDebug.xcconfig
new file mode 100644
index 0000000..3fb74c5
--- /dev/null
+++ b/MacConfigExternalDebug.xcconfig
@@ -0,0 +1,19 @@
+SDKROOT=macosx10.5
+ARCHS=i386
+GCC_ALTIVEC_EXTENSIONS=YES
+GCC_ENABLE_CPP_EXCEPTIONS=YES
+GCC_ENABLE_FIX_AND_CONTINUE=NO
+GCC_ENABLE_SSE3_EXTENSIONS=YES
+GCC_INLINES_ARE_PRIVATE_EXTERN=YES
+GCC_OPTIMIZATION_LEVEL=0
+GCC_PREPROCESSOR_DEFINITIONS=DEBUG _DEBUG _PORT_DEBUG _BACKWARD_BACKWARD_WARNING_H _AFT_BUILD
+GCC_SYMBOLS_PRIVATE_EXTERN=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
+SDKROOT=macosx10.5
+WARNING_CFLAGS=-Wno-deprecated-declarations
+ZERO_LINK=NO