Changes between Version 20 and Version 21 of MacBuild
- Timestamp:
- Dec 6, 2007, 3:41:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v20 v21 141 141 142 142 -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). 144 144 -noclean:: 145 145 don't do a 'clean' of each target before building. default is to clean all first. … … 159 159 160 160 Note: You may find three XCode projects in the BOINC_dev/boinc/mac_build/ directory: 161 162 161 * '''boinc.pbproj''' is obsolete and should no longer be used. 163 162 * '''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 t wo 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. 165 164 166 165 == Building BOINC Manager Installer ==