Update of /cvsroot/openvrml/openvrml/ide-projects
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15711/ide-projects
Modified Files:
Makefile.am
Log Message:
Removed Visual C++ 7.1 project files.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Makefile.am 12 Feb 2006 03:15:39 -0000 1.10
--- Makefile.am 20 Sep 2006 00:32:24 -0000 1.11
***************
*** 1,9 ****
- VISUALC7_1_FILES = \
- Windows/VisualC7_1/OpenVRML/OpenVRML.sln \
- Windows/VisualC7_1/OpenVRML/antlr/antlr.vcproj \
- Windows/VisualC7_1/OpenVRML/openvrml/openvrml.vcproj \
- Windows/VisualC7_1/OpenVRML/openvrml-gl/openvrml-gl.vcproj \
- Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj
-
VISUALC8_0_FILES = \
Windows/VisualC8_0/OpenVRML/OpenVRML.sln \
--- 1,2 ----
***************
*** 13,15 ****
Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj
! EXTRA_DIST = $(VISUALC7_1_FILES) $(VISUALC8_0_FILES)
--- 6,8 ----
Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj
! EXTRA_DIST = $(VISUALC8_0_FILES)
|