Changes between Version 5 and Version 6 of BuildMacApp


Ignore:
Timestamp:
Apr 2, 2008, 3:59:10 AM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v5 v6  
    149149Again, you can use this shell script as a guide or starting point to create one for your application.  Let's examine the details:
    150150
    151 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 `CFlags`.  The remaining changes were to ensure that the search paths included the needed BOINC headers and  libraries.
     151In 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.
    152152
    153153If 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/`.