Changes between Version 12 and Version 13 of BuildMacApp


Ignore:
Timestamp:
Apr 2, 2008, 4:37:23 AM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v12 v13  
    190190}}}
    191191
    192 The elements of our custom Makefile correspond to those described in our script, except that, instead of setting the environment variable `MACOSX_DEPLOYMENT_TARGET`, we include in the `CXXFLAGS` `-DMAC_OS_X_VERSION_MIN_REQUIRED=1030` (for GCC-3.3), or  either `-mmacosx-version-min=10.4` or `-mmacosx-version-min=10.5` (for GCC-4.0).
     192The elements of our custom Makefile correspond to those described in our script, with one important exception.  Instead of setting the environment variable `MACOSX_DEPLOYMENT_TARGET`, we include in the `CXXFLAGS` one of the following: `-DMAC_OS_X_VERSION_MIN_REQUIRED=1030` (to build a PowerPC application using GCC-3.3), `-mmacosx-version-min=10.4` (to build a 32-bit Intel application using GCC-4.0) or `-mmacosx-version-min=10.5` (to build a 64-bit Intel application using GCC-4.0).
    193193
    194194