summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
blob: be00e0764b838964494e8c8746daaec6e605a006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  }
}