Changes between Version 13 and Version 14 of BuildMacApp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v13 v14  
    192192The 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
    194 
     194== Additional References ==
     195
     196http://developer.apple.com/technotes/tn2005/tn2137.html [[BR]]
     197http://developer.apple.com/documentation/DeveloperTools/Conceptual/cross_development/ [[BR]]
     198http://developer.apple.com/releasenotes/DeveloperTools/RN-GCC4/ [[BR]]
     199http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/compiling/chapter_4_section_6.htm
     200