summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc')
-rw-r--r--TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc b/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc
new file mode 100644
index 00000000000..583ba46ecd1
--- /dev/null
+++ b/TAO/CIAO/ciaosvcs/Events/CIAO_Direct/CIAO_DirectEvent.mpc
@@ -0,0 +1,31 @@
+// -*- MPC -*-
+// $Id$
+
+project (CIAO_Direct_Event) : orbsvcslib, ciao_events_dnc {
+
+ after += CIAO_DnC_Events_Base
+ sharedname = CIAO_Direct_Event
+ idlflags += -Wb,export_include=CIAO_Events_Export.h -Wb,export_macro=CIAO_EVENTS_Export
+ dynamicflags = CIAO_EVENTS_BUILD_DLL
+
+ IDL_Files {
+ CIAO_DirectEvent.idl
+ }
+
+ Source_Files {
+ CIAO_DirectEventS.cpp
+ CIAO_DirectEventC.cpp
+ CIAO_DirectEvent.cpp
+ CIAO_DirectEvent_Factory.cpp
+ }
+
+ Header_Files {
+ CIAO_DirectEventS.h
+ CIAO_DirectEventC.h
+ CIAO_DirectEvent.h
+ CIAO_DirectEvent_Factory.h
+ }
+}
+
+
+