summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent.mpc13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
index 8c11dd7090b..ab302ce4716 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
@@ -32,6 +32,9 @@ project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming, minimum_cor
FtRtEvent/Utils
}
}
+
+ Template_Files {
+ }
}
project (FTRT_ClientORB) : messaging, orbsvcslib, core {
@@ -48,6 +51,12 @@ project (FTRT_ClientORB) : messaging, orbsvcslib, core {
FtRtEvent/ClientORB
}
}
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ }
}
project (FTRT_EventChannel) : orbsvcslib, core, ftrtevent, utils, corba_messaging {
@@ -57,6 +66,10 @@ project (FTRT_EventChannel) : orbsvcslib, core, ftrtevent, utils, corba_messagi
includes += $(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/EventChannel
after += FTORB_Utils
+ // We don't want to export symbols from PortableGroup_Simple_DSC.cpp
+ // from this library or FTORB_Utils.
+ macros += TAO_PORTABLEGROUP_SIMPLE_HAS_DLL=0
+
IDL_Files {
}