From: eap Date: Wed, 19 Dec 2007 07:26:46 +0000 (+0000) Subject: PAL18328 SMESH_AdvancedEditor.py don't work in Debug version X-Git-Tag: V3_2_10~25 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=04b68f01806690c40b1bf74cc65f8676f9f294b7 PAL18328 SMESH_AdvancedEditor.py don't work in Debug version + SMESH_SMDS.hxx --- diff --git a/src/SMDS/Makefile.in b/src/SMDS/Makefile.in index 2c53d7f06..76b90369d 100644 --- a/src/SMDS/Makefile.in +++ b/src/SMDS/Makefile.in @@ -108,7 +108,8 @@ EXPORT_HEADERS= \ SMDS_QuadraticFaceOfNodes.hxx \ SMDS_QuadraticVolumeOfNodes.hxx \ SMDS_SetIterator.hxx \ - SMDS_MeshInfo.hxx + SMDS_MeshInfo.hxx \ + SMESH_SMDS.hxx # additionnal information to compil and link file CPPFLAGS += $(KERNEL_CXXFLAGS) $(OCC_INCLUDES) $(BOOST_CPPFLAGS)