*** empty log message ***

svn path=/trunk/boinc/; revision=3148
This commit is contained in:
Rom Walton 2004-03-24 20:19:32 +00:00
parent 77a7a44780
commit 95423bddf2
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,9 @@ libboinc_api_a_SOURCES = \
../lib/shmem.C \
../lib/parse.C \
../lib/app_ipc.C \
../lib/base64.C
../lib/base64.C \
../lib/diagnostics.c \
../lib/exception.c
libboinc_graphics_api_a_SOURCES = \
graphics_api.C \

View File

@ -10808,6 +10808,8 @@ Rom Mar 24 2004
- The new exceptions use string's, so include <string> in the exception header.
- gcc has stronger exception enforcement than mscl
api/
makefile.am
lib/
diagnostics.c
exception.h