From 81a3fd05079a2c5a5e9248c597232b8a0be938ea Mon Sep 17 00:00:00 2001 From: msv Date: Fri, 14 Jan 2005 13:34:49 +0000 Subject: [PATCH] Improve SMDS: - extract ElemIterator into a separate header - add compiler options for OCCT --- src/SMDS/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2