Update of /cvsroot/openvrml/openvrml/ide-projects
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18983/ide-projects
Modified Files:
Makefile.am
Log Message:
Build with Microsoft Visual C++ 8.0.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/openvrml/openvrml/ide-projects/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile.am 10 Feb 2006 08:09:31 -0000 1.9
--- Makefile.am 12 Feb 2006 03:15:39 -0000 1.10
***************
*** 6,8 ****
Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj
! EXTRA_DIST = $(VISUALC7_1_FILES)
--- 6,15 ----
Windows/VisualC7_1/OpenVRML/sdl-viewer/sdl-viewer.vcproj
! VISUALC8_0_FILES = \
! Windows/VisualC8_0/OpenVRML/OpenVRML.sln \
! Windows/VisualC8_0/OpenVRML/antlr/antlr.vcproj \
! Windows/VisualC8_0/OpenVRML/openvrml/openvrml.vcproj \
! Windows/VisualC8_0/OpenVRML/openvrml-gl/openvrml-gl.vcproj \
! Windows/VisualC8_0/OpenVRML/sdl-viewer/sdl-viewer.vcproj
!
! EXTRA_DIST = $(VISUALC7_1_FILES) $(VISUALC8_0_FILES)
|