Changes between Version 8 and Version 9 of BuildMacApp


Ignore:
Timestamp:
Apr 2, 2008, 4:05:50 AM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v8 v9  
    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
     151If 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
    151153In 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/`.
    154154
    155155Here are the elements of our script: