From: Braden M. <br...@us...> - 2006-08-31 21:19:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15197 Modified Files: 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.1322 retrieving revision 1.1323 diff -C2 -d -r1.1322 -r1.1323 *** ChangeLog 31 Aug 2006 07:58:43 -0000 1.1322 --- ChangeLog 31 Aug 2006 21:19:10 -0000 1.1323 *************** *** 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...> + Updated test programs to use make_* functions to create fundamental types. |