Ignore:
Timestamp:
11/05/07 10:48:26 (16 years ago)
Author:
Nicholas Riley
Message:

AntiRSI.xcodeproj: Explicitly use 10.4 Universal SDK for building on Leopard.

AntiRSI.m: Consistently use rounding instead of truncation for display: fixes times ordered 3:01, 2:00, 2:59, etc. Thanks to Andy Reitz for pointing this out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/AntiRSI/AntiRSI.xcodeproj/project.pbxproj

    r346 r348  
    394394                                GCC_C_LANGUAGE_STANDARD = c99;
    395395                                PREBINDING = NO;
     396                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    396397                        };
    397398                        name = Development;
     
    406407                                GCC_C_LANGUAGE_STANDARD = c99;
    407408                                PREBINDING = NO;
     409                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    408410                        };
    409411                        name = Deployment;
     
    414416                                GCC_C_LANGUAGE_STANDARD = c99;
    415417                                PREBINDING = NO;
     418                                SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
    416419                        };
    417420                        name = Default;
Note: See TracChangeset for help on using the changeset viewer.