Changes between Version 3 and Version 4 of CompileAppWin


Ignore:
Timestamp:
Mar 23, 2017, 1:45:17 AM (7 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileAppWin

    v3 v4  
    8080
    8181Per default the targets ''libboinc_api.a''  ''libboinc.a'' and ''libboinc_graphics2.a'' are built.
    82 Optional targets are ''libboinc_zip.a'' (requires the boinc_zip tree),
     82Optional targets are ''libboinc_zip.a'' (requires the boinc_zip tree), ''wrapper''
    8383and the usual ''clean'', ''install'' and ''uninstall'' targets.
    8484
    8585The following environment variables influence the build:
    86  * CC and CXX : set to MinGW C and C++ compiler
    87  * AR and RANLIB : set to ''ar'' and ''ranlib'' of the ''target'' system when cross-compiling
     86 * MINGW : prefix to be used for build tools (gcc, g++, ar, ranlib) when cross-compiling (e.g. MINGW=x86_64-w64-mingw32 sets CC=x86_64-w64-mingw32-gcc automatically)
    8887 * BOINC_SRC : set to the root of the boinc source tree, defaults to .. (i.e. 'make -f Makefile.mingw' should work within lib/)
    8988 * BOINC_PREFIX : set to destination if you want to use ''install'' and ''uninstall'' targets; defaults to /usr/local/boinc