Changed to gcc 4.3.3, linking mpfr from ThirdParty to CV3DMesher.

This commit is contained in:
graham
2009-03-30 17:00:28 +01:00
parent 6e0aa9508f
commit 67f828d299
2 changed files with 6 additions and 4 deletions

View File

@ -9,14 +9,17 @@ EXE_INC = \
${EXE_FROUNDING_MATH} \ ${EXE_FROUNDING_MATH} \
${EXE_NDEBUG} \ ${EXE_NDEBUG} \
${CGAL_INC} \ ${CGAL_INC} \
-I$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1 \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \ -I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude -I$(LIB_SRC)/triSurface/lnInclude
EXE_LIBS = \ EXE_LIBS = \
-L$(BOOST_SRC)/lib \ -L$(BOOST_ROOT)/lib \
-L$(WM_THIRD_PARTY_DIR)/mpfr-2.4.1/platforms/$(WM_ARCH)$(WM_COMPILER_ARCH)/lib \
-lmeshTools \ -lmeshTools \
-ltriSurface \ -ltriSurface \
-ldynamicMesh \ -ldynamicMesh \
-lboost_thread-gcc43-mt-1_38 -lboost_thread-gcc43-mt-1_38 \
-lmpfr

View File

@ -3,5 +3,4 @@ CGAL_PATH = ${WM_THIRD_PARTY_DIR}/CGAL-${CGAL_VERSION}
CGAL_INC = \ CGAL_INC = \
-Wno-old-style-cast \ -Wno-old-style-cast \
-I${CGAL_SRC}/include \ -I${CGAL_SRC}/include \
-I${CGAL_PATH} \ -I${CGAL_PATH}
-I${BOOST_SRC}