From 0993f91ce9740a5aa43c44c6d7da19d930bf9123 Mon Sep 17 00:00:00 2001 From: msmit Date: Mon, 6 Dec 2010 11:12:51 +0000 Subject: Mon Dec 6 11:14:04 UTC 2010 Marcel Smit * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc: Resolved link errors/warnings on windows. --- CIAO/ChangeLog | 5 +++++ CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog index 7c17de8a527..f094ab64a66 100644 --- a/CIAO/ChangeLog +++ b/CIAO/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 6 11:14:04 UTC 2010 Marcel Smit + + * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc: + Resolved link errors/warnings on windows. + Mon Dec 6 10:17:50 UTC 2010 Marcel Smit * connectors/dds4ccm/tests/MultiTopic/Sender/MultiTopic_Sender.mpc: diff --git a/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc b/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc index 66a5f7449f6..b1b0fa35ae2 100644 --- a/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc +++ b/CIAO/connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc @@ -32,6 +32,8 @@ project(OFM_Connector_idl_gen) : connectoridldefaults, dds4ccm { -Wb,skel_export_include=OFM_Connector_skel_export.h \ -Wb,conn_export_macro=OFM_CONNECTOR_CONN_Export \ -Wb,conn_export_include=OFM_Connector_conn_export.h \ + -Wb,svnt_export_macro=OFM_CONNECTOR_SVNT_Export \ + -Wb,svnt_export_include=OFM_Connector_svnt_export.h IDL_Files { OFM_Connector.idl @@ -125,7 +127,7 @@ project(OFM_Connector_svnt) : ciao_servant, dds4ccm_impl { libs += OFM_Connector_stub OFM_Connector_lem_stub OFM_Base_stub sharedname = OFM_Connector_svnt - dynamicflags += OFM_CONNECTOR_SVNT_BUILD_DLL + dynamicflags += OFM_CONNECTOR_SVNT_BUILD_DLL OFM_CONNECTOR_SKEL_BUILD_DLL IDL_Files { } -- cgit v1.2.1