Changeset 5110

Show
Ignore:
Timestamp:
12/11/07 16:41:58 (7 months ago)
Author:
morris
Message:

Use DEVELOPER_SDK_DIR

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/English.lproj/MainMenu.nib/classes.nib

    r4121 r5110  
    3737            SUPERCLASS = NSWindow;  
    3838        },  
    39         {CLASS = WCApplication; LANGUAGE = ObjC; SUPERCLASS = WIApplication; },  
     39        {CLASS = WCApplication; LANGUAGE = ObjC; SUPERCLASS = WNApplication; },  
    4040        { 
    4141            ACTIONS = { 
     
    109109            LANGUAGE = ObjC;  
    110110            SUPERCLASS = NSWindowController;  
    111         } 
     111        },  
     112        {CLASS = WNApplication; LANGUAGE = ObjC; SUPERCLASS = WIApplication; } 
    112113    );  
    113114    IBVersion = 1;  
  • WiredClient/trunk/English.lproj/MainMenu.nib/info.nib

    r4146 r5110  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>344 140 412 357 0 0 1280 1002 </string> 
     6        <string>757 69 412 357 0 0 1920 1178 </string> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <key>29</key> 
    10                 <string>158 773 614 44 0 0 1280 1002 </string> 
     10                <string>310 915 614 44 0 0 1920 1178 </string> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
     
    2323        </array> 
    2424        <key>IBSystem Version</key> 
    25         <string>8I127</string> 
     25        <string>8R218</string> 
    2626</dict> 
    2727</plist> 
  • WiredClient/trunk/WiredClient.xcconfig

    r4432 r5110  
    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 =