Ignore:
Timestamp:
10/30/06 10:36:56 (17 years ago)
Author:
Nicholas Riley
Message:

main.c: Display architecture with -f.

launch.xcodeproj: Build in C99 mode.

README: Updated a few examples (the Resorcerer one still needs
fixing).

File:
1 edited

Legend:

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

    r305 r308  
    134134                                        i386,
    135135                                );
     136                                GCC_C_LANGUAGE_STANDARD = c99;
    136137                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    137138                                PREBINDING = NO;
     
    147148                                        i386,
    148149                                );
     150                                GCC_C_LANGUAGE_STANDARD = c99;
    149151                                MACOSX_DEPLOYMENT_TARGET = 10.4;
    150152                                PREBINDING = NO;
Note: See TracChangeset for help on using the changeset viewer.