Moved and updated basic acgmake files

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@115 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-05-04 07:01:49 +00:00
parent 1307a410c5
commit c42ea40171
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# for gcc the max. template depth has to be increased
ifeq ($(CXX_COMP),g++)
CXX_DEFS += -ftemplate-depth-100 -fPIC
endif
# place links to all executables in ./bin
BINARY_DIR := bin