From a781eb4a5d7940aebc01de0308198c90f7a323b9 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 21 Apr 2005 11:52:36 +0000 Subject: [PATCH] MPV: GenericObj SALOMEDS objects usage --- src/GraphBase/Makefile.in | 3 ++- src/GraphEditor/Makefile.in | 3 ++- src/GraphExecutor/Makefile.in | 3 ++- src/SUPERVGUI/Makefile.in | 3 ++- src/Supervision/Makefile.in | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/GraphBase/Makefile.in b/src/GraphBase/Makefile.in index a119495..208f161 100644 --- a/src/GraphBase/Makefile.in +++ b/src/GraphBase/Makefile.in @@ -92,7 +92,8 @@ LIB_CLIENT_IDL = Logger.idl \ SALOMEDS.idl \ SUPERV.idl \ SALOMEDS_Attributes.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets BIN = SuperVisionBase_CheckOfUndefined BIN_SRC = diff --git a/src/GraphEditor/Makefile.in b/src/GraphEditor/Makefile.in index 4c991c4..d5223ca 100644 --- a/src/GraphEditor/Makefile.in +++ b/src/GraphEditor/Makefile.in @@ -51,7 +51,8 @@ LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets #BIN = SuperVisionEditor_CheckOfUndefined diff --git a/src/GraphExecutor/Makefile.in b/src/GraphExecutor/Makefile.in index 97cf9df..b10fe35 100644 --- a/src/GraphExecutor/Makefile.in +++ b/src/GraphExecutor/Makefile.in @@ -38,7 +38,8 @@ LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets #BIN = SuperVisionExecutor_CheckOfUndefined diff --git a/src/SUPERVGUI/Makefile.in b/src/SUPERVGUI/Makefile.in index 52c9472..1acfc40 100644 --- a/src/SUPERVGUI/Makefile.in +++ b/src/SUPERVGUI/Makefile.in @@ -91,7 +91,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \ SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SUPERV.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl LIB_SERVER_IDL = diff --git a/src/Supervision/Makefile.in b/src/Supervision/Makefile.in index 60bce4d..2aff065 100755 --- a/src/Supervision/Makefile.in +++ b/src/Supervision/Makefile.in @@ -78,7 +78,8 @@ LIB_CLIENT_IDL = SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOMEDS.idl \ SUPERV.idl \ - SALOME_Exception.idl + SALOME_Exception.idl \ + SALOME_GenericObj.idl # Executables targets #BIN = SuperV_CheckOfUndefined -- 2.39.2