[Igarden-commit] Garden/source/PlanTool PlanView.cpp, 1.52, 1.53 PlanTool.cpp, 1.25, 1.26
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-10-18 02:26:24
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6698 Modified Files: PlanView.cpp PlanTool.cpp Log Message: Change #error to #warning and other portability cleanup Index: PlanTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanTool.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** PlanTool.cpp 15 Oct 2006 00:58:13 -0000 1.25 --- PlanTool.cpp 18 Oct 2006 02:26:21 -0000 1.26 *************** *** 57,61 **** _toolCursor(NULL), #else ! #error TO_BE_PORTED #endif _contentDown(false), _clickCount(0), _currentAction(NULL) --- 57,61 ---- _toolCursor(NULL), #else ! #warning ***Won't support Tool Cursors #endif _contentDown(false), _clickCount(0), _currentAction(NULL) Index: PlanView.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanView.cpp,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** PlanView.cpp 15 Oct 2006 01:39:53 -0000 1.52 --- PlanView.cpp 18 Oct 2006 02:26:21 -0000 1.53 *************** *** 505,509 **** aglReportError (); #else ! #error TO_BE_PORTED #endif } --- 505,509 ---- aglReportError (); #else ! #warning ***Won't support OpenGL on PlanView #endif } |