Incorported CV3DMesher into dev version. Added CGAL and Boost to ThirdParty, altered template-depth

This commit is contained in:
graham
2008-07-09 15:25:02 +01:00
parent c48144fefa
commit e724c30efb
19 changed files with 2760 additions and 1 deletions

View File

@ -6,7 +6,7 @@ CC = g++ -m64
include $(RULES)/c++$(WM_COMPILE_OPTION)
ptFLAGS = -DNoRepository -ftemplate-depth-40
ptFLAGS = -DNoRepository -ftemplate-depth-60
c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC