boinc/samples/wrapper
David Anderson 0ec084e705 wrapper: on Unix, get the task exit status with WEXITSTATUS()
How did the wrapper ever work on Unix?
Seems like it would think that every task failed.
2015-08-19 23:28:59 -07:00
..
BuildMacWrapper.sh wrapper: Fix build script and Makefile on Mac 2013-03-04 17:19:38 +01:00
Makefile WRAPPER: Remove the pthread library when building for Android. 2014-04-18 17:09:17 -04:00
Makefile_mac Wrapper: fixes for compatibility with Xcode 6 2015-04-14 07:28:47 -07:00
ReadMe.txt Samples: Add Macintosh build instructions for example app (uppercase), VBoxWrapper and Wrapper 2015-04-14 07:34:42 -07:00
job.xml wrapper: log task completion as well as start 2014-04-30 15:36:28 -07:00
regerror.c - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp.c - wrapper: compile fixes for Win 2013-03-04 15:04:51 +01:00
regexp.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_custom.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_int.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_memory.c - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regexp_report.c Normalized line breaks according to latest updates of .gitattributes 2014-06-27 10:12:11 +02:00
regmagic.h - wrapper: add source files for a regular expression library 2013-03-04 15:04:51 +01:00
regsub.c - wrapper: compile fixes for Win 2013-03-04 15:04:51 +01:00
wrapper.cpp wrapper: on Unix, get the task exit status with WEXITSTATUS() 2015-08-19 23:28:59 -07:00
wrapper_win.h VBOX/WRAPPER: Introduce versioning information to the two wrappers. It is now compiled into the executable instead of relying on file name. 2014-05-21 13:57:16 -04:00
wrapper_win.rc * Fix version resource information for wrapper and vboxwrapper. 2014-09-08 12:37:15 -04:00

ReadMe.txt

To build wrapper for Macintosh:

First build the BOINC libraries:
cd [path]/mac_build
source BuildMacBOINC.sh -lib

For more details, see the instructions in that script's comments or at:
[path]/mac_build/HowToBuildBOINC_XCode.rtf

After building the libraries, run the BuildMacWrapper.sh script in this wrapper directory (which will invoke the makefile Makefile_mac):
cd [path]/samples/wrapper/
sh BuildMacWrapper.sh