Changes between Version 50 and Version 51 of CompileApp
- Timestamp:
- May 26, 2010, 12:18:53 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileApp
v50 v51 61 61 === MinGW command-line === #mingw-cli 62 62 63 To build the boinc library and API for Windows using MinGW on Cygwin or cross-compiling, you can use lib/Makefile.mingw.63 To build the BOINC library and API for Windows using [http://www.mingw.org/ MinGW] on MSYS, compile with "make -f Makefile.mingw" while in the "lib" folder. 64 64 65 65 Per default the targets ''libboinc_api.a'' ''libboinc.a'' and ''libboinc_graphics2.a'' are built.