Changes between Version 24 and Version 25 of MacBuild


Ignore:
Timestamp:
Dec 6, 2007, 4:42:20 AM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v24 v25  
    163163    * '''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 which builds 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.
    164164
     165The standard release of BOINC version 6.1.0 and later contains a universal binary of the BOINC Client containing builds for three architectures: ppc, i386 and x86_64.  The Mac OS automatically chooses the appropriate architecture as follows:
     166 * On a PowerPC Mac, it runs the ppc executable.
     167 * On a Mac with a 64-bit Intel processor running OS 10.5 or later, it runs the x86_64 executable.
     168 * On any other Intel Mac, it runs the i386 executable.
     169
    165170== Building BOINC Manager Installer ==
    166171