From e15c387fdd8c1be282ee315025e08d6005da5b82 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Fri, 9 Aug 2002 21:45:29 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=282 --- checkin_notes | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/checkin_notes b/checkin_notes index bf5220508c..157b85d11a 100755 --- a/checkin_notes +++ b/checkin_notes @@ -1506,3 +1506,39 @@ Eric Heien August 7, 2002 sched/ file_upload_handler.C +Eric Heien August 9, 2002 + - Moved windows files to client/win directory, added win_build.zip + for building Windows GUI and CLI clients. + - Fixed compile bugs in graphics_api.C and graphics_api.h + - Updated TODO and INSTALL docs + - Added Mac init, event loop, and cleanup functionality in main.C + - Added user requestable quit to main loop for use in GUI interfaces. + - Fixed Windows specific compile bugs in filesys and pers_file_xfer. + + TODO + INSTALL + INSTALL_CLIENT + win_build.zip + api/ + boinc_api.C + graphics_api.C + graphics_api.h + client/ + app.C + filesys.C + filesys.h + hostinfo_win.C (removed) + main.C + pers_file_xfer.C + util.C + util.h + win_main.cpp (removed) + win_net.cpp (removed) + win_net.h (removed) + windows_cpp.h (removed) + win/ + hostinfo_win.cpp (added) + win_main.cpp (added) + win_net.cpp (added) + win_net.h (added) + windows_cpp.h (added)