Ignore:
Timestamp:
01/11/13 01:38:34 (11 years ago)
Author:
Nicholas Riley
Message:

Make buildable on OS X 10.8 (remove obsolete CoreGraphics error), 32-bit only.

Fix a tiny buffer overflow.

Don't use printf to print things that aren't format strings.

Bump version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/launch.xcodeproj/project.pbxproj

    r477 r651  
    107107                        buildConfigurationList = E194195609C40AD400266191 /* Build configuration list for PBXProject "launch" */;
    108108                        compatibilityVersion = "Xcode 2.4";
     109                        developmentRegion = English;
    109110                        hasScannedForEncodings = 1;
     111                        knownRegions = (
     112                                en,
     113                        );
    110114                        mainGroup = 08FB7794FE84155DC02AAC07 /* launch */;
    111115                        projectDirPath = "";
     
    160164                        isa = XCBuildConfiguration;
    161165                        buildSettings = {
     166                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
     167                                ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
    162168                                COPY_PHASE_STRIP = NO;
    163169                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
     
    165171                                GCC_OPTIMIZATION_LEVEL = 0;
    166172                                PRODUCT_NAME = launch;
     173                                SDKROOT = "";
    167174                                WARNING_CFLAGS = (
    168175                                        "-Wmost",
     
    177184                        isa = XCBuildConfiguration;
    178185                        buildSettings = {
     186                                ARCHS = "$(ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1)";
     187                                ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386";
    179188                                GCC_ENABLE_FIX_AND_CONTINUE = NO;
    180189                                INSTALL_PATH = "\U0001/usr/local/bin";
    181190                                PRODUCT_NAME = launch;
     191                                SDKROOT = "";
    182192                                WARNING_CFLAGS = (
    183193                                        "-Wmost",
Note: See TracChangeset for help on using the changeset viewer.