|
From: <br...@us...> - 2008-09-11 04:06:44
|
Revision: 3611
http://openvrml.svn.sourceforge.net/openvrml/?rev=3611&view=rev
Author: braden
Date: 2008-09-11 04:06:55 +0000 (Thu, 11 Sep 2008)
Log Message:
-----------
Added projects for the parse-vrml97 and parse-x3dvrml test programs to the Visual C++ solution.
Modified Paths:
--------------
trunk/ChangeLog
trunk/ide-projects/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-09-10 06:08:41 UTC (rev 3610)
+++ trunk/ChangeLog 2008-09-11 04:06:55 UTC (rev 3611)
@@ -1,5 +1,15 @@
2008-09-10 Braden McDaniel <br...@en...>
+ Added projects for the parse-vrml97 and parse-x3dvrml test
+ programs to the Visual C++ solution.
+
+ * ide-projects/Makefile.am: Distribute the project files.
+ * ide-projects/Windows/VisualC9_0/OpenVRML/OpenVRML.sln
+ * ide-projects/Windows/VisualC9_0/OpenVRML/parse-x3dvrml/parse-x3dvrml.vcproj
+ * ide-projects/Windows/VisualC9_0/OpenVRML/parse-vrml97/parse-vrml97.vcproj
+
+2008-09-10 Braden McDaniel <br...@en...>
+
* ide-projects/Windows/VisualC9_0/OpenVRML/OpenVRML.sln: Changed
to CRLF line endings.
Modified: trunk/ide-projects/Makefile.am
===================================================================
--- trunk/ide-projects/Makefile.am 2008-09-10 06:08:41 UTC (rev 3610)
+++ trunk/ide-projects/Makefile.am 2008-09-11 04:06:55 UTC (rev 3611)
@@ -6,6 +6,8 @@
Windows/VisualC9_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj \
Windows/VisualC9_0/OpenVRML/openvrml-gl/openvrml-gl-config.h \
Windows/VisualC9_0/OpenVRML/openvrml-gl/openvrml-gl.rc \
+ Windows/VisualC9_0/OpenVRML/sdl-viewer/parse-vrml97.vcproj \
+ Windows/VisualC9_0/OpenVRML/sdl-viewer/parse-x3dvrml.vcproj \
Windows/VisualC9_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj
EXTRA_DIST = $(VISUALC9_0_FILES)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|