Ignore:
Timestamp:
May 4, 2005, 4:50:05 PM (20 years ago)
Author:
darin
Message:

Reviewed by Dave Hyatt.

  • fixed build rules to match other projects
  • JavaScriptCore.pbproj/project.pbxproj: Set deployment target to 10.3 in the build styles. When built without a build style (by Apple B&I) we want to get the target from the environment. But when built with a build style (by Safari engineers and others), we want to use 10.3.
  • Makefile.am: Took out extra parameters that make command-line building different from Xcode building. Now that this is fixed, you should not get a full rebuild if you switch from command line to Xcode or back.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

    r9092 r9107  
    1111                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    1212                                GCC_OPTIMIZATION_LEVEL = 0;
     13                                MACOSX_DEPLOYMENT_TARGET = 10.3;
    1314                                PREBINDING = NO;
    1415                                SECTORDER_FLAGS = "";
     
    2021                014CEA450018CDF011CA2923 = {
    2122                        buildSettings = {
     23                                MACOSX_DEPLOYMENT_TARGET = 10.3;
    2224                                PREBINDING = NO;
    2325                                SECTORDER_FLAGS = "";
     
    26562658                        buildSettings = {
    26572659                                GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
     2660                                MACOSX_DEPLOYMENT_TARGET = 10.3;
    26582661                                PREBINDING = NO;
    26592662                                SECTORDER_FLAGS = "";
Note: See TracChangeset for help on using the changeset viewer.