Update of /cvsroot/gcblue/gcb_wx/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3870/docs
Modified Files:
BUILDING.txt
Log Message:
Updates for wxWidgets 2.6.1 compatibility
Index: BUILDING.txt
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BUILDING.txt 8 Jun 2005 21:58:08 -0000 1.4
--- BUILDING.txt 14 Sep 2005 01:33:23 -0000 1.5
***************
*** 17,21 ****
Follow links to Sourceforge download page
! * wxWidgets 2.4.2
http://www.wxwidgets.org
--- 17,21 ----
Follow links to Sourceforge download page
! * wxWidgets 2.6.1
http://www.wxwidgets.org
***************
*** 41,45 ****
Library Nominal installation path
------------------ -----------------------
! wxWidgets-2.4.2 C:\wxWindows-2.4.2
OpenSceneGraph-0.9.8-2 C:\OpenSceneGraph-0.9.8-2
OpenThreads-v1.2dev3-osg0.9.6 C:\OpenThreads-v1.2dev3-osg0.9.6
--- 41,45 ----
Library Nominal installation path
------------------ -----------------------
! wxWidgets-2.6.1 C:\wxWidgets-2.6.1
OpenSceneGraph-0.9.8-2 C:\OpenSceneGraph-0.9.8-2
OpenThreads-v1.2dev3-osg0.9.6 C:\OpenThreads-v1.2dev3-osg0.9.6
***************
*** 58,63 ****
C:\3rdParty\include
! C:\wxWindows-2.4.2\include
! C:\wxWindows-2.4.2\lib\msw
C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\include
C:\OSG_OP_OT-0.9.8-2\OpenThreads\include
--- 58,63 ----
C:\3rdParty\include
! C:\wxWidgets-2.6.1\include
! C:\wxWidgets-2.6.1\lib\msw
C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\include
C:\OSG_OP_OT-0.9.8-2\OpenThreads\include
***************
*** 74,78 ****
C:\3rdParty\lib
C:\OSG_OP_OT-0.9.8-2\OpenThreads\lib\win32
! C:\wxWindows-2.4.1\lib
C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\lib
C:\openal\lib
--- 74,78 ----
C:\3rdParty\lib
C:\OSG_OP_OT-0.9.8-2\OpenThreads\lib\win32
! C:\wxWidgets-2.6.1\lib
C:\OSG_OP_OT-0.9.8-2\OpenSceneGraph\lib
C:\openal\lib
***************
*** 163,171 ****
! * Build wxWidgets 2.4.2 (formerly known as wxWindows)
- Project file is at src/wxWindows.dsw
! - In wxWindows project, open Headers/Setup/setup.h and change line 782 to read:
#define wxUSE_GLCANVAS 1
--- 163,171 ----
! * Build wxWidgets 2.6.1
- Project file is at src/wxWindows.dsw
! - In wxWindows project, open Headers/Setup/setup.h and change line 885
#define wxUSE_GLCANVAS 1
***************
*** 179,184 ****
This is a workaround to stop flicker. Since wxWindows / wxWidgets is not
! used for drawing, it is safe to disable this code. Should get this added
! as a flag to wxWidgets.
- Build Debug and Release configs for all projects in solution
--- 179,184 ----
This is a workaround to stop flicker. Since wxWindows / wxWidgets is not
! used for drawing, it is safe to disable this code. I'm not sure if this is still
! required for 2.6.1.
- Build Debug and Release configs for all projects in solution
|