Changeset 5113 for CPUMonitor/trunk

Show
Ignore:
Timestamp:
12/11/07 16:46:39 (8 months ago)
Author:
morris
Message:

Use DEVELOPER_SDK_DIR

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CPUMonitor/trunk/CPUMonitor.xcconfig

    r4446 r5113  
    2727MACOSX_DEPLOYMENT_TARGET_ppc = 10.4 
    2828MACOSX_DEPLOYMENT_TARGET_ppc64 = 10.5 
    29 SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk 
    30 SDKROOT_x86_64 = /Developer/SDKs/MacOSX10.5.sdk 
    31 SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk 
    32 SDKROOT_ppc64 = /Developer/SDKs/MacOSX10.5.sdk 
     29SDKROOT_i386 = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 
     30SDKROOT_x86_64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 
     31SDKROOT_ppc = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk 
     32SDKROOT_ppc64 = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk 
    3333WARNING_CFLAGS =  
  • CPUMonitor/trunk/CPUMonitor.xcodeproj/project.pbxproj

    r4446 r5113  
    44        classes = { 
    55        }; 
    6         objectVersion = 42
     6        objectVersion = 44
    77        objects = { 
    88 
     
    9595                        remoteGlobalIDString = 8DC2EF5B0486A6940098B216; 
    9696                        remoteInfo = "Wired Additions"; 
    97                 }; 
    98                 778E7954096A84C900258FE6 /* PBXContainerItemProxy */ = { 
    99                         isa = PBXContainerItemProxy; 
    100                         containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */; 
    101                         proxyType = 2; 
    102                         remoteGlobalIDString = A5E4B39E07A9797200BD6812; 
    103                         remoteInfo = "ZAAutoreleasePool Test"; 
    104                 }; 
    105                 778E7956096A84C900258FE6 /* PBXContainerItemProxy */ = { 
    106                         isa = PBXContainerItemProxy; 
    107                         containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */; 
    108                         proxyType = 2; 
    109                         remoteGlobalIDString = A553B5E007AAF56E005EE3E5; 
    110                         remoteInfo = "ZANotificationCenter Test"; 
    111                 }; 
    112                 778E7958096A84C900258FE6 /* PBXContainerItemProxy */ = { 
    113                         isa = PBXContainerItemProxy; 
    114                         containerPortal = 778E794A096A84C900258FE6 /* WiredAdditions.xcodeproj */; 
    115                         proxyType = 2; 
    116                         remoteGlobalIDString = A5E4B55207A98AEE00BD6812; 
    117                         remoteInfo = "ZAObject Test"; 
    11897                }; 
    11998                A5D2C7690822E139007EB5F3 /* PBXContainerItemProxy */ = { 
     
    328307                        children = ( 
    329308                                778E7953096A84C900258FE6 /* WiredAdditions.framework */, 
    330                                 778E7955096A84C900258FE6 /* WIAutoreleasePool Test.app */, 
    331                                 778E7957096A84C900258FE6 /* WINotificationCenter Test.app */, 
    332                                 778E7959096A84C900258FE6 /* WIObject Test.app */, 
    333309                        ); 
    334310                        name = Products; 
     
    382358                        isa = PBXProject; 
    383359                        buildConfigurationList = 778E7902096A842900258FE6 /* Build configuration list for PBXProject "CPUMonitor" */; 
     360                        compatibilityVersion = "Xcode 3.0"; 
    384361                        hasScannedForEncodings = 1; 
    385362                        mainGroup = 29B97314FDCFA39411CA2CEA /* CPUMonitor */; 
     
    391368                                }, 
    392369                        ); 
     370                        projectRoot = ""; 
    393371                        targets = ( 
    394372                                8D1107260486CEB800E47090 /* CPU Monitor */, 
     
    406384                        path = WiredAdditions.framework; 
    407385                        remoteRef = 778E7952096A84C900258FE6 /* PBXContainerItemProxy */; 
    408                         sourceTree = BUILT_PRODUCTS_DIR; 
    409                 }; 
    410                 778E7955096A84C900258FE6 /* WIAutoreleasePool Test.app */ = { 
    411                         isa = PBXReferenceProxy; 
    412                         fileType = wrapper.application; 
    413                         path = "WIAutoreleasePool Test.app"; 
    414                         remoteRef = 778E7954096A84C900258FE6 /* PBXContainerItemProxy */; 
    415                         sourceTree = BUILT_PRODUCTS_DIR; 
    416                 }; 
    417                 778E7957096A84C900258FE6 /* WINotificationCenter Test.app */ = { 
    418                         isa = PBXReferenceProxy; 
    419                         fileType = wrapper.application; 
    420                         path = "WINotificationCenter Test.app"; 
    421                         remoteRef = 778E7956096A84C900258FE6 /* PBXContainerItemProxy */; 
    422                         sourceTree = BUILT_PRODUCTS_DIR; 
    423                 }; 
    424                 778E7959096A84C900258FE6 /* WIObject Test.app */ = { 
    425                         isa = PBXReferenceProxy; 
    426                         fileType = wrapper.application; 
    427                         path = "WIObject Test.app"; 
    428                         remoteRef = 778E7958096A84C900258FE6 /* PBXContainerItemProxy */; 
    429386                        sourceTree = BUILT_PRODUCTS_DIR; 
    430387                };