Changes between Version 8 and Version 9 of BuildMacApp
- Timestamp:
- Apr 2, 2008, 4:05:50 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildMacApp
v8 v9 149 149 Again, you can use this shell script as a guide or starting point to create one for your application. Let's examine the details: 150 150 151 If your application uses an autoconf file, you can set the various environment variables for configure directly. For examples, see the scripts `buildc-ares.sh`, `buildcurl.sh` and `buildjpeg.sh` in the directory `{path}/BOINC_dev/boinc/mac_build/`. 152 151 153 In this case, there is no autoconf file, so we had to modify the generic Makefile slightly. The most significant change was to add the variable `VARIANTFLAGS` to the list of arguments in `CXXFLAGS`. The remaining changes were to ensure that the search paths included the needed BOINC headers and libraries. 152 153 If your application uses an autoconf file, you can set the various environment variables for configure directly. For examples, see the scripts `buildc-ares.sh`, `buildcurl.sh` and `buildjpeg.sh` in the directory `{path}/BOINC_dev/boinc/mac_build/`.154 154 155 155 Here are the elements of our script: