Changes between Version 42 and Version 43 of CompileApp


Ignore:
Timestamp:
May 21, 2010, 2:11:47 AM (14 years ago)
Author:
bema
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileApp

    v42 v43  
    7070you can get the project file
    7171[https://setisvn.ssl.berkeley.edu/trac/browser/seti_boinc/client/win_build/seti_boinc.dev here].
     72
     73=== MinGW command-line (Cygwin, cross-compile) ===
     74
     75To build the boinc library and API for Windows using MinGW, use lib/Makefile.mingw.
     76
     77Per default the targets ''libboinc_api.a''  ''libboinc.a'' and ''libboinc_graphics2.a'' are built.
     78Optional targets are ''libboinc_zip.a'' (requires the boinc_zip tree),
     79and the usual ''clean'', ''install'' and ''uninstall'' targets.
     80
     81The following environment variables influence the build:
     82 * CC and CXX : set to MinGW C and C++ compiler
     83 * AR and RANLIB : set to ''ar'' and ''ranlib'' of the ''target'' system when cross-compiling
     84 * BOINC_SRC : set to the root of the boinc source tree, defaults to ..
     85 * BOINC_PREFIX : set to destination if you want to use install & uninstall targets; defaults to /usr/local/boinc
     86 * NOCYGWIN : set to '-mno-cygwin' if you are building on Cygwin but for use on plain Windows (i.e. w/o cygwin.dll)
    7287
    7388=== Cygwin ===