From: sln Date: Tue, 23 Aug 2005 08:49:36 +0000 (+0000) Subject: New files for operation mechanism and mesh redesine X-Git-Tag: T_3_0_2a1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b41044fbdd1eda0736ab90ad54a912cdde81ea3;p=modules%2Fsmesh.git New files for operation mechanism and mesh redesine --- diff --git a/src/SMESHGUI/Makefile.in b/src/SMESHGUI/Makefile.in index 992a108c5..e637c770d 100644 --- a/src/SMESHGUI/Makefile.in +++ b/src/SMESHGUI/Makefile.in @@ -107,7 +107,12 @@ LIB_SRC = SMESHGUI.cxx \ SMESHGUI_PrecisionDlg.cxx \ SMESHGUI_VTKUtils.cxx \ SMESHGUI_Selection.cxx \ - SMESHGUI_CreatePolyhedralVolumeDlg.cxx + SMESHGUI_CreatePolyhedralVolumeDlg.cxx \ + SMESHGUI_Operation.cxx \ + SMESHGUI_SelectionOp.cxx \ + SMESHGUI_Dialog.cxx \ + SMESHGUI_MeshDlg.cxx \ + SMESHGUI_MeshOp.cxx LIB_MOC = \ SMESHGUI.h \ @@ -152,7 +157,13 @@ LIB_MOC = \ SMESHGUI_MergeNodesDlg.h \ SMESHGUI_aParameter.h \ SMESHGUI_EditMeshDlg.h \ - SMESHGUI_CreatePolyhedralVolumeDlg.h + SMESHGUI_CreatePolyhedralVolumeDlg.h \ + SMESHGUI_Operation.h \ + SMESHGUI_SelectionOp.h \ + SMESHGUI_Dialog.h \ + SMESHGUI_MeshDlg.h \ + SMESHGUI_MeshOp.h + LIB_CLIENT_IDL = SALOME_Exception.idl \ GEOM_Gen.idl \