Update of /cvsroot/openvrml/openvrml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983
Modified Files:
ChangeLog
Log Message:
Build with Microsoft Visual C++ 8.0.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v
retrieving revision 1.1131
retrieving revision 1.1132
diff -C2 -d -r1.1131 -r1.1132
*** ChangeLog 10 Feb 2006 09:12:57 -0000 1.1131
--- ChangeLog 12 Feb 2006 03:15:38 -0000 1.1132
***************
*** 1,2 ****
--- 1,27 ----
+ 2006-02-11 Braden McDaniel <br...@en...>
+
+ Build with Microsoft Visual C++ 8.0.
+
+ * ide-projects/Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj:
+ Added file.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml-config.h:
+ Added file.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj:
+ Added file.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl-config.h:
+ Added file.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj:
+ Added file.
+ * ide-projects/Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj:
+ Added file.
+ * ide-projects/Makefile.am: Added Visual C++ 8.0 project files.
+ * src/libopenvrml/openvrml/browser.cpp
+ (openvrml::browser::current_time()): Use _ftime_s instead of
+ _ftime; the latter is deprecated by Microsoft cl 14.0.
+ * src/libopenvrml/openvrml/node_impl_util.h
+ (openvrml::node_impl_util::exposedfield<FieldValue>::exposedfield(openvrml::node&,
+ const typename FieldValue::value_type &)): Removed "typename" from
+ default value for Microsoft cl 14.0.
+
2006-02-10 Braden McDaniel <br...@en...>
|