From: msv Date: Fri, 14 Jan 2005 13:34:49 +0000 (+0000) Subject: Improve SMDS: - extract ElemIterator into a separate header X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=81a3fd05079a2c5a5e9248c597232b8a0be938ea;p=modules%2Fsmesh.git Improve SMDS: - extract ElemIterator into a separate header - add compiler options for OCCT --- diff --git a/src/SMDS/Makefile.in b/src/SMDS/Makefile.in index 6ce749cf0..d64abd6fe 100644 --- a/src/SMDS/Makefile.in +++ b/src/SMDS/Makefile.in @@ -88,6 +88,7 @@ EXPORT_HEADERS= \ SMDS_TypeOfPosition.hxx \ SMDSAbs_ElementType.hxx \ SMDS_EdgePosition.hxx \ + SMDS_ElemIterator.hxx \ SMDS_FacePosition.hxx \ SMDS_Mesh.hxx \ SMDS_MeshEdge.hxx \ @@ -125,9 +126,9 @@ EXPORT_HEADERS= \ #SMDS_MeshNodeIDFactory.hxx # additionnal information to compil and link file -CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS) +CPPFLAGS += -I${KERNEL_ROOT_DIR}/include/salome $(OCC_INCLUDES) $(BOOST_CPPFLAGS) CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome +LDFLAGS += -L${KERNEL_ROOT_DIR}/lib/salome $(OCC_KERNEL_LIBS) # additional file to be cleaned