From: Braden M. <br...@us...> - 2006-09-20 01:25:30
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5449/ide-projects Modified Files: Tag: OpenVRML-0_16-BRANCH Makefile.am Log Message: Added config headers and resource scripts to the distribution. Index: Makefile.am =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** Makefile.am 20 Sep 2006 00:32:13 -0000 1.10.2.1 --- Makefile.am 20 Sep 2006 01:25:28 -0000 1.10.2.2 *************** *** 3,7 **** --- 3,13 ---- Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj \ Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj \ + Windows/VisualC8_0/OpenVRML/openvrml/openvrml-config.h \ + Windows/VisualC8_0/OpenVRML/openvrml/openvrml.rc \ + Windows/VisualC8_0/OpenVRML/openvrml/resource.h \ Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj \ + Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl-config.h \ + Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.rc \ + Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.h \ Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj |