Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14810
Modified Files:
Tag: OpenVRML-0_16-BRANCH
ChangeLog
Log Message:
Allocate a console and direct stdout and stderr to it on Windows.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1310.2.9
retrieving revision 1.1310.2.10
diff -C2 -d -r1.1310.2.9 -r1.1310.2.10
*** ChangeLog 31 Aug 2006 06:30:32 -0000 1.1310.2.9
--- ChangeLog 31 Aug 2006 21:18:57 -0000 1.1310.2.10
***************
*** 1,4 ****
--- 1,9 ----
2006-08-31 Braden McDaniel <br...@en...>
+ * examples/sdl_viewer.cpp (main(int, char **)): Allocate a console
+ and direct stdout and stderr to it on Windows.
+
+ 2006-08-31 Braden McDaniel <br...@en...>
+
* src/libopenvrml-gl/openvrml/gl/viewer.cpp: Explicitly qualify
definitions from the global scope rather than enclose them in
|