mirror of https://github.com/CGAL/cgal
Removing the -I../../include and getting back to g++2.95.
This commit is contained in:
parent
54c5619d19
commit
3bc1dbcf8b
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue