From: Braden M. <br...@us...> - 2006-09-22 22:22:51
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv543 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Removed static library configurations from the Visual C++ project files. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.17 retrieving revision 1.1310.2.18 diff -C2 -d -r1.1310.2.17 -r1.1310.2.18 *** ChangeLog 22 Sep 2006 01:11:08 -0000 1.1310.2.17 --- ChangeLog 22 Sep 2006 22:22:48 -0000 1.1310.2.18 *************** *** 1,2 **** --- 1,13 ---- + 2006-09-22 Braden McDaniel <br...@en...> + + Removed static library configurations from the Visual C++ project + files. + + * ide-projects/Windows/VisualC8_0/OpenVRML/OpenVRML.sln + * ide-projects/Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj + * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj + * ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj + 2006-09-21 Braden McDaniel <br...@en...> |