Revision
610
Author
wsiegrist@apple.com
Date
2009-10-29 15:29:24 -0700 (Thu, 29 Oct 2009)

Log Message

Default to building for x86_64 and i386

Modified Paths

Diff

Modified: trunk/darwinbuild.xcodeproj/project.pbxproj (609 => 610)


--- trunk/darwinbuild.xcodeproj/project.pbxproj	2009-10-29 22:14:22 UTC (rev 609)
+++ trunk/darwinbuild.xcodeproj/project.pbxproj	2009-10-29 22:29:24 UTC (rev 610)
@@ -583,7 +583,7 @@
 			isa = PBXContainerItemProxy;
 			containerPortal = 726DD14910965C5700D5AEAB /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 7227AC7E1098EF6400BE33D7 /* libredo_prebinding.a */;
+			remoteGlobalIDString = 7227AC7E1098EF6400BE33D7;
 			remoteInfo = libredo_prebinding.a;
 		};
 /* End PBXContainerItemProxy section */

Modified: trunk/prefix.xcconfig (609 => 610)


--- trunk/prefix.xcconfig	2009-10-29 22:14:22 UTC (rev 609)
+++ trunk/prefix.xcconfig	2009-10-29 22:29:24 UTC (rev 610)
@@ -35,3 +35,4 @@
 INCDIR = $(PREFIX)/include
 DEPLOYMENT_LOCATION = YES
 DSTROOT = $(BUILT_PRODUCTS_DIR)
+ARCHS = x86_64 i386