Changes between Version 20 and Version 21 of MacBuild


Ignore:
Timestamp:
Dec 6, 2007, 3:41:31 AM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v20 v21  
    141141
    142142      -dev::
    143           build the development (debug) version (native architecture only). default is deployment (release) version (universal binaries: ppc and i386).
     143          build the development (debug) version (native architecture only). default is deployment (release) version (universal binaries: ppc, i386 and x86_64).
    144144      -noclean::
    145145          don't do a 'clean' of each target before building. default is to clean all first.
     
    159159
    160160Note: You may find three XCode projects in the BOINC_dev/boinc/mac_build/ directory:
    161 
    162161    * '''boinc.pbproj''' is obsolete and should no longer be used.
    163162    * '''wxMac-BOINC.xcodeproj''' was needed for building older versions of the wxMac library in conjunction with the older versions of the setupForBoinc.sh or buildWxMac.sh scripts. It is not used for BOINC 5.9.2 or later.
    164     * '''boinc.xcodeproj''' builds BOINC. It can be used either with the BuildMacBOINC.sh script or as a stand-alone project. It has two extra build configurations, i386-Deployment and ppc-Deployment, which can be used for testing only to build for just one architecture. The Development build configuration builds only the native architecture and is used for debugging. The Deployment build configuration builds a universal binary and is suitable for release builds.
     163    * '''boinc.xcodeproj''' builds BOINC. It can be used either with the BuildMacBOINC.sh script or as a stand-alone project. It has three extra build configurations, i386-Deployment and ppc-Deployment, which can be used for testing only to build for just one architecture, and Deployment-no64 to build only 32-bit products. The Development build configuration builds only the native architecture and is used for debugging. The Deployment build configuration builds a universal binary and is suitable for release builds.
    165164
    166165== Building BOINC Manager Installer ==