Removing the -I../../include and getting back to g++2.95.

This commit is contained in:
Ester Ezra 2001-06-21 15:40:36 +00:00
parent 54c5619d19
commit 3bc1dbcf8b
1 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,12 @@
#---------------------------------------------------------------------#
# Choose the right include file from the <cgalroot>/make directory.
CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-I/make/makefile_i686_Linux-2.2.18_g++-3.0.
CGAL_MAKEFILE = /0/prisme_util/CGAL/CGAL-I/make/makefile_i686_Linux-2.2.18_g++-2.95.3
#makefile_sparc_SunOS-5.6_g++-3.0.
#makefile_i686_Linux-2.2.18_g++-3.0.
#makefile_i686_Linux-2.2.18_g++-2.95.3
@ -17,7 +22,6 @@ include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------#
CXXFLAGS = \
-I../../include \
$(TESTSUITE_CXXFLAGS) \
$(EXTRA_FLAGS) \
$(CGAL_CXXFLAGS) \