[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

dmaclach dmaclach at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:31:21 UTC 2010


The following commit has been merged in the upstream branch:
commit 7caad30786b75321fea4b07c1d885f7a4f7e28c2
Author: dmaclach <dmaclach at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Tue May 4 21:57:40 2010 +0000

    Tightened up a few more build settings in Xcode.
    
    
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1335 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/iphone/ZXing.xcodeproj/project.pbxproj b/iphone/ZXing.xcodeproj/project.pbxproj
index 792fc64..c0a7c8f 100755
--- a/iphone/ZXing.xcodeproj/project.pbxproj
+++ b/iphone/ZXing.xcodeproj/project.pbxproj
@@ -2237,11 +2237,8 @@
 		8555301C0E64248400C7B5DE /* AdHoc Distribution */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				PRODUCT_NAME = "Test All";
-				ZERO_LINK = NO;
+				SDKROOT = "Mac OS X 10.5";
 			};
 			name = "AdHoc Distribution";
 		};
@@ -2272,6 +2269,7 @@
 					../cpp/core/src,
 				);
 				PRODUCT_NAME = "zxingcore-tests";
+				SDKROOT = "";
 			};
 			name = "AdHoc Distribution";
 		};
@@ -2299,21 +2297,16 @@
 		856C257E0E1BC779006ABF00 /* Debug */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
 				PRODUCT_NAME = "Test All";
+				SDKROOT = "Mac OS X 10.5";
 			};
 			name = Debug;
 		};
 		856C257F0E1BC779006ABF00 /* Release */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				PRODUCT_NAME = "Test All";
-				ZERO_LINK = NO;
+				SDKROOT = "Mac OS X 10.5";
 			};
 			name = Release;
 		};
@@ -2362,8 +2355,8 @@
 					"../cpp/core/tests/cppunit-1.12.1/include",
 					../cpp/core/src,
 				);
-				PREBINDING = NO;
 				PRODUCT_NAME = "zxingcore-tests";
+				SDKROOT = "";
 			};
 			name = Debug;
 		};
@@ -2375,6 +2368,7 @@
 					../cpp/core/src,
 				);
 				PRODUCT_NAME = "zxingcore-tests";
+				SDKROOT = "";
 			};
 			name = Release;
 		};
@@ -2446,9 +2440,6 @@
 		856EABFE0E1CF73600B2E1C7 /* Test */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = NO;
-				GCC_DYNAMIC_NO_PIC = NO;
-				GCC_OPTIMIZATION_LEVEL = 0;
 				PRODUCT_NAME = "Test All";
 				SDKROOT = "Mac OS X 10.5";
 			};
@@ -2553,11 +2544,8 @@
 		858459720E64181200211F1B /* Distribution */ = {
 			isa = XCBuildConfiguration;
 			buildSettings = {
-				COPY_PHASE_STRIP = YES;
-				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
-				GCC_ENABLE_FIX_AND_CONTINUE = NO;
 				PRODUCT_NAME = "Test All";
-				ZERO_LINK = NO;
+				SDKROOT = "Mac OS X 10.5";
 			};
 			name = Distribution;
 		};
@@ -2588,6 +2576,7 @@
 					../cpp/core/src,
 				);
 				PRODUCT_NAME = "zxingcore-tests";
+				SDKROOT = "";
 			};
 			name = Distribution;
 		};

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list