[darwinbuild-changes] [610] trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 29 15:29:27 PDT 2009


Revision: 610
          http://trac.macosforge.org/projects/darwinbuild/changeset/610
Author:   wsiegrist at 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:
--------------
    trunk/darwinbuild.xcodeproj/project.pbxproj
    trunk/prefix.xcconfig

Modified: trunk/darwinbuild.xcodeproj/project.pbxproj
===================================================================
--- 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
===================================================================
--- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20091029/443584e4/attachment.html>


More information about the darwinbuild-changes mailing list