Changes between Version 3 and Version 4 of CompileAppWin
- Timestamp:
- Mar 23, 2017, 1:45:17 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileAppWin
v3 v4 80 80 81 81 Per 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), 82 Optional targets are ''libboinc_zip.a'' (requires the boinc_zip tree), ''wrapper'' 83 83 and the usual ''clean'', ''install'' and ''uninstall'' targets. 84 84 85 85 The 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) 88 87 * BOINC_SRC : set to the root of the boinc source tree, defaults to .. (i.e. 'make -f Makefile.mingw' should work within lib/) 89 88 * BOINC_PREFIX : set to destination if you want to use ''install'' and ''uninstall'' targets; defaults to /usr/local/boinc