From: <br...@us...> - 2012-07-26 06:22:59
|
Revision: 4300 http://openvrml.svn.sourceforge.net/openvrml/?rev=4300&view=rev Author: braden Date: 2012-07-26 06:22:50 +0000 (Thu, 26 Jul 2012) Log Message: ----------- Add missing project files javascript.vcxproj and x3d-interpolation.vcxproj. Modified Paths: -------------- trunk/ChangeLog trunk/src/Makefile.am Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2012-05-21 23:21:47 UTC (rev 4299) +++ trunk/ChangeLog 2012-07-26 06:22:50 UTC (rev 4300) @@ -1,3 +1,8 @@ +2012-07-26 Braden McDaniel <br...@en...> + + * src/Makefile.am (EXTRA_DIST): Add missing project files + javascript.vcxproj and x3d-interpolation.vcxproj. + 2012-05-21 Braden McDaniel <br...@en...> Apply /Ox consistently in all projects. In the absense of any Modified: trunk/src/Makefile.am =================================================================== --- trunk/src/Makefile.am 2012-05-21 23:21:47 UTC (rev 4299) +++ trunk/src/Makefile.am 2012-07-26 06:22:50 UTC (rev 4300) @@ -928,22 +928,24 @@ libopenvrml-gl/openvrml-gl.vcxproj \ local/libopenvrml-dl/openvrml-dl.vcxproj \ node/vrml97/vrml97.vcxproj \ + node/x3d-cad-geometry/x3d-cad-geometry.vcxproj \ node/x3d-core/x3d-core.vcxproj \ + node/x3d-dis/x3d-dis.vcxproj \ + node/x3d-environmental-effects/x3d-environmental-effects.vcxproj \ node/x3d-event-utilities/x3d-event-utilities.vcxproj \ + node/x3d-h-anim/x3d-h-anim.vcxproj \ + node/x3d-geometry2d/x3d-geometry2d.vcxproj \ + node/x3d-geospatial/x3d-geospatial.vcxproj \ node/x3d-grouping/x3d-grouping.vcxproj \ + node/x3d-interpolation/x3d-interpolation.vcxproj \ + node/x3d-key-device-sensor/x3d-key-device-sensor.vcxproj \ + node/x3d-networking/x3d-networking.vcxproj \ + node/x3d-nurbs/x3d-nurbs.vcxproj \ + node/x3d-rendering/x3d-rendering.vcxproj \ node/x3d-shape/x3d-shape.vcxproj \ - node/x3d-rendering/x3d-rendering.vcxproj \ - node/x3d-geometry2d/x3d-geometry2d.vcxproj \ node/x3d-texturing/x3d-texturing.vcxproj \ - node/x3d-environmental-effects/x3d-environmental-effects.vcxproj \ - node/x3d-networking/x3d-networking.vcxproj \ - node/x3d-key-device-sensor/x3d-key-device-sensor.vcxproj \ - node/x3d-nurbs/x3d-nurbs.vcxproj \ - node/x3d-geospatial/x3d-geospatial.vcxproj \ - node/x3d-h-anim/x3d-h-anim.vcxproj \ - node/x3d-dis/x3d-dis.vcxproj \ - node/x3d-cad-geometry/x3d-cad-geometry.vcxproj \ - openvrml-xembed/org.openvrml.BrowserControl.service.in + openvrml-xembed/org.openvrml.BrowserControl.service.in \ + script/javascript.vcxproj CLEANFILES = $(BUILT_SOURCES) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |