From: Braden M. <br...@us...> - 2006-09-20 01:26:02
|
Update of /cvsroot/openvrml/openvrml/ide-projects In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5502/ide-projects Modified Files: 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.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile.am 20 Sep 2006 00:32:24 -0000 1.11 --- Makefile.am 20 Sep 2006 01:25:55 -0000 1.12 *************** *** 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 |