mirror of https://github.com/CGAL/cgal
remove CGAL_MAKEFILE hardcoding (damn emacs users !)
This commit is contained in:
parent
0b5364ba5c
commit
ed25e93dc9
|
|
@ -5,7 +5,7 @@
|
||||||
# include platform specific settings
|
# include platform specific settings
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
# Choose the right include file from the <cgalroot>/make directory.
|
# Choose the right include file from the <cgalroot>/make directory.
|
||||||
CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-384/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
#CGAL_MAKEFILE = c:/cgal/CGAL-3.2-I-384/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
||||||
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||||
include $(CGAL_MAKEFILE)
|
include $(CGAL_MAKEFILE)
|
||||||
|
|
||||||
|
|
@ -16,6 +16,7 @@ include $(CGAL_MAKEFILE)
|
||||||
CXXFLAGS = \
|
CXXFLAGS = \
|
||||||
-I../../include \
|
-I../../include \
|
||||||
-I../../../Triangulation_3/include \
|
-I../../../Triangulation_3/include \
|
||||||
|
-I../../../Kernel_23/include \
|
||||||
$(TESTSUITE_CXXFLAGS) \
|
$(TESTSUITE_CXXFLAGS) \
|
||||||
$(EXTRA_FLAGS) \
|
$(EXTRA_FLAGS) \
|
||||||
$(CGAL_CXXFLAGS) \
|
$(CGAL_CXXFLAGS) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue