summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc b/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
new file mode 100644
index 00000000000..be00e0764b8
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
@@ -0,0 +1,22 @@
+project(RTOLDEvent) : orbsvcslib {
+ depends += RTEvent RTSched CosNaming Svc_Utils PortableServer
+ sharedname = TAO_RTOLDEvent
+ libs += TAO_RTEvent TAO_RTSched TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
+ dllflags = TAO_RTOLDEVENT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Event/BCU.cpp
+ Event/Dispatching_Modules.cpp
+ Event/Event_Channel.cpp
+ Event/Event_Manip.cpp
+ Event/Local_ESTypes.cpp
+ Event/Memory_Pools.cpp
+ Event/RT_Task.cpp
+ Event/ReactorTask.cpp
+ Event/Timer_Module.cpp
+ Event/Module_Factory.cpp
+ }
+}