summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent.mpc
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
commitec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch)
treefd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/orbsvcs/orbsvcs/CosEvent.mpc
parent1b130bd06994216696870c1749cca1fc60ee8b00 (diff)
downloadATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent.mpc10
1 files changed, 9 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent.mpc b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
index e541b8671b0..a9299738907 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
@@ -2,9 +2,17 @@
project (CosEvent) : ec_typed_events, orbsvcslib, messaging, core, naming {
sharedname = TAO_CosEvent
+ // Warning : The idlflags must match exactly those used in CosNotification, because
+ // we don't know which project will actually generate the IDL.
+ // For this reason we also just use the event_export.h and macros for
+ // both services.
idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h
+
+ // Set both DLL flags because of the shared idl files
dynamicflags = TAO_EVENT_BUILD_DLL TAO_NOTIFY_BUILD_DLL
- tagchecks = CosEvent
+
+ tagchecks += CosEvent
+ // Add this include path for precompiled headers
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
IDL_Files {