From: abd Date: Mon, 13 Mar 2006 09:37:04 +0000 (+0000) Subject: Added file for Win32 export/import defines X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~68 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b7361ebe7d811df89dc087c7f2b8dfad1b6d77c;p=modules%2Fkernel.git Added file for Win32 export/import defines --- diff --git a/src/Container/Makefile.in b/src/Container/Makefile.in index cb00f685f..90ef4a944 100644 --- a/src/Container/Makefile.in +++ b/src/Container/Makefile.in @@ -42,7 +42,8 @@ EXPORT_HEADERS = \ SALOME_Component_i.hxx \ SALOME_Container_i.hxx \ SALOME_ContainerManager.hxx \ - Container_init_python.hxx + Container_init_python.hxx \ + SALOME_Container.hxx # Libraries targets diff --git a/src/DataTypeCatalog/Makefile.in b/src/DataTypeCatalog/Makefile.in index d0ed574a6..946c97426 100644 --- a/src/DataTypeCatalog/Makefile.in +++ b/src/DataTypeCatalog/Makefile.in @@ -37,7 +37,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl EXPORT_HEADERS = \ SALOME_DataTypeCatalog_impl.hxx \ SALOME_DataTypeCatalog_Parser.hxx \ - SALOME_DataTypeCatalog_Handler.hxx + SALOME_DataTypeCatalog_Handler.hxx \ + SALOME_DataTypeCatalog.hxx # Libraries targets LIB = libSalomeDataTypeCatalog.la diff --git a/src/ModuleCatalog/Makefile.in b/src/ModuleCatalog/Makefile.in index 65f688f97..26914e9da 100644 --- a/src/ModuleCatalog/Makefile.in +++ b/src/ModuleCatalog/Makefile.in @@ -41,7 +41,8 @@ EXPORT_HEADERS = \ PathPrefix.hxx \ SALOME_ModuleCatalog_Parser.hxx \ SALOME_ModuleCatalog_Parser_IO.hxx \ - SALOME_ModuleCatalog_Handler.hxx + SALOME_ModuleCatalog_Handler.hxx \ + SALOME_ModuleCatalog.hxx # Libraries targets LIB = libSalomeCatalog.la diff --git a/src/Notification/Makefile.in b/src/Notification/Makefile.in index 4d43c67a5..b34584eb0 100644 --- a/src/Notification/Makefile.in +++ b/src/Notification/Makefile.in @@ -37,7 +37,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl EXPORT_HEADERS = NOTIFICATION.hxx \ NOTIFICATION_Supplier.hxx \ NOTIFICATION_Consumer.hxx \ - CosNotifyShorthands.h + CosNotifyShorthands.h \ + SALOME_NOTIFICATION.hxx # Libraries targets diff --git a/src/Registry/Makefile.in b/src/Registry/Makefile.in index 73b61f60d..6aff7d9bf 100644 --- a/src/Registry/Makefile.in +++ b/src/Registry/Makefile.in @@ -38,7 +38,8 @@ EXPORT_PYSCRIPTS = EXPORT_HEADERS = \ RegistryConnexion.hxx \ - RegistryService.hxx + RegistryService.hxx \ + SALOME_Registry.hxx # Libraries targets diff --git a/src/SALOMEDS/Makefile.in b/src/SALOMEDS/Makefile.in index 96fb1ae2a..c9d61a677 100644 --- a/src/SALOMEDS/Makefile.in +++ b/src/SALOMEDS/Makefile.in @@ -24,7 +24,8 @@ EXPORT_HEADERS= \ SALOMEDS_SComponent_i.hxx \ SALOMEDS_SComponent.hxx \ SALOMEDS_GenericAttribute_i.hxx \ - SALOMEDS_GenericAttribute.hxx + SALOMEDS_GenericAttribute.hxx \ + SALOMEDS_Defines.hxx # Libraries targets diff --git a/src/SALOMELocalTrace/Makefile.in b/src/SALOMELocalTrace/Makefile.in index daf7c9d19..0856037a7 100644 --- a/src/SALOMELocalTrace/Makefile.in +++ b/src/SALOMELocalTrace/Makefile.in @@ -37,7 +37,8 @@ VPATH=.:@srcdir@:@top_srcdir@/idl # header files EXPORT_HEADERS= utilities.h \ LocalTraceBufferPool.hxx \ - BaseTraceCollector.hxx + BaseTraceCollector.hxx \ + SALOME_LocalTrace.hxx EXPORT_PYSCRIPTS = diff --git a/src/Utils/Makefile.in b/src/Utils/Makefile.in index c862428f3..b2fa922ff 100644 --- a/src/Utils/Makefile.in +++ b/src/Utils/Makefile.in @@ -47,7 +47,8 @@ EXPORT_HEADERS= \ Utils_DESTRUCTEUR_GENERIQUE.hxx \ Utils_ExceptHandlers.hxx \ Utils_SignalsHandler.h \ - Utils_Mutex.hxx + Utils_Mutex.hxx \ + SALOME_Utils.hxx EXPORT_PYSCRIPTS = Utils_Identity.py SALOME_utilities.py # Libraries targets