Enable 64-bit default tip
authorDave Dribin <dave@dribin.org>
Sun Jan 20 01:35:33 2008 -0600 (2008-01-20)
changeset 156ce0dcbd8513
parent 14 a24ef4f27478
Enable 64-bit
ddrange.xcodeproj/project.pbxproj
     1.1 --- a/ddrange.xcodeproj/project.pbxproj	Sun Jan 20 01:35:25 2008 -0600
     1.2 +++ b/ddrange.xcodeproj/project.pbxproj	Sun Jan 20 01:35:33 2008 -0600
     1.3 @@ -23,21 +23,21 @@
     1.4  			isa = PBXContainerItemProxy;
     1.5  			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
     1.6  			proxyType = 1;
     1.7 -			remoteGlobalIDString = 55BCBBA30D42A4E3002D3931 /* ddrange */;
     1.8 +			remoteGlobalIDString = 55BCBBA30D42A4E3002D3931;
     1.9  			remoteInfo = ddrange;
    1.10  		};
    1.11  		55BCBBB60D42A57F002D3931 /* PBXContainerItemProxy */ = {
    1.12  			isa = PBXContainerItemProxy;
    1.13  			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
    1.14  			proxyType = 1;
    1.15 -			remoteGlobalIDString = 55BCBB5C0D42A2AE002D3931 /* UnitTests */;
    1.16 +			remoteGlobalIDString = 55BCBB5C0D42A2AE002D3931;
    1.17  			remoteInfo = UnitTests;
    1.18  		};
    1.19  		55BCBBB80D42A57F002D3931 /* PBXContainerItemProxy */ = {
    1.20  			isa = PBXContainerItemProxy;
    1.21  			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
    1.22  			proxyType = 1;
    1.23 -			remoteGlobalIDString = 55BCBBA30D42A4E3002D3931 /* ddrange */;
    1.24 +			remoteGlobalIDString = 55BCBBA30D42A4E3002D3931;
    1.25  			remoteInfo = ddrange;
    1.26  		};
    1.27  /* End PBXContainerItemProxy section */
    1.28 @@ -363,6 +363,12 @@
    1.29  		1DEB927908733DD40010E9CD /* Debug */ = {
    1.30  			isa = XCBuildConfiguration;
    1.31  			buildSettings = {
    1.32 +				ARCHS = (
    1.33 +					i386,
    1.34 +					ppc,
    1.35 +					ppc64,
    1.36 +					x86_64,
    1.37 +				);
    1.38  				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    1.39  				GCC_WARN_UNUSED_VARIABLE = YES;
    1.40  				PREBINDING = NO;
    1.41 @@ -374,8 +380,10 @@
    1.42  			isa = XCBuildConfiguration;
    1.43  			buildSettings = {
    1.44  				ARCHS = (
    1.45 +					i386,
    1.46  					ppc,
    1.47 -					i386,
    1.48 +					ppc64,
    1.49 +					x86_64,
    1.50  				);
    1.51  				GCC_WARN_ABOUT_RETURN_TYPE = YES;
    1.52  				GCC_WARN_UNUSED_VARIABLE = YES;