summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc27
1 files changed, 27 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc b/ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
new file mode 100644
index 00000000000..ca923aaf4c7
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
@@ -0,0 +1,27 @@
+// -*- MPC -*-
+// $Id$
+
+project(RTCORBAEvent) : orbsvcslib, orbsvcs_output, install, rtevent_serv, rtportableserver {
+ sharedname = TAO_RTCORBAEvent
+ dynamicflags = TAO_RTCORBAEVENT_BUILD_DLL
+ tagchecks += RTCORBAEvent
+
+ IDL_Files {
+ }
+
+ Source_Files(ORBSVCS_COMPONENTS) {
+ RTCORBAEvent {
+ Event/EC_RTCORBA_Dispatching.cpp
+ Event/EC_RTCORBA_Factory.cpp
+ }
+ }
+
+ Header_Files {
+ }
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ }
+}