[Gcblue-commits] gcb_wx BUILDING.txt,1.2,1.3
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-03-20 13:54:50
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9117 Modified Files: BUILDING.txt Log Message: Index: BUILDING.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/BUILDING.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BUILDING.txt 8 Mar 2004 21:49:01 -0000 1.2 --- BUILDING.txt 20 Mar 2004 13:44:48 -0000 1.3 *************** *** 52,57 **** C:\OpenThreads-v1.2dev3-osg0.9.6\include C:\openal\include ! C:\Python-2.3.3\PC ! C:\Python-2.3.3\Include C:\boost_1_31_0 C:\demeter-3.21\include --- 52,56 ---- C:\OpenThreads-v1.2dev3-osg0.9.6\include C:\openal\include ! C:\Python-2.3.3\include C:\boost_1_31_0 C:\demeter-3.21\include *************** *** 66,70 **** C:\OpenSceneGraph-0.9.6-2\lib C:\openal\lib ! C:\Python-2.3.3\PCbuild C:\boost_1_31_0\libs\python\build\bin-stage C:\demeter-3.21\lib --- 65,69 ---- C:\OpenSceneGraph-0.9.6-2\lib C:\openal\lib ! C:\Python-2.3.3\libs C:\boost_1_31_0\libs\python\build\bin-stage C:\demeter-3.21\lib *************** *** 120,134 **** ! * Build Python 2.3.3 ! - Project file is at PCbuild/pcbuild.dsw ! - Enable RTTI ! - Build debug and release for pythoncore project ! - Use default preprocessor defs. They should be: ! Debug: _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS ! Release: NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT --- 119,137 ---- ! * Python 2.3.3 ! - Option 1 (easiest): Use pre-built python23.lib included in .exe installer distribution ! - Option 2: Build it yourself from source distribution ! - Project file is at PCbuild/pcbuild.dsw ! - Enable RTTI ! ! - Build debug and release for pythoncore project ! ! - Use default preprocessor defs. They should be: ! Debug: _DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS ! Release: NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT |