summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
blob: 5dc01d0f008e362c6ba38503a76a1231ba5f182a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- MPC -*-
// $Id$

project(RTOLDEvent) : orbsvcslib, core, rtevent, rtsched {
  sharedname   = TAO_RTOLDEvent
  dynamicflags = TAO_RTOLDEVENT_BUILD_DLL
  tagchecks   += RTOLDEvent

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTOLDEvent {
      Event/BCU.cpp
      Event/Dispatching_Modules.cpp
      Event/Event_Channel.cpp
      Event/Event_Manip.cpp
      Event/GPlot_File.cpp
      Event/Local_ESTypes.cpp
      Event/Memory_Pools.cpp
      Event/Module_Factory.cpp
      Event/ReactorTask.cpp
      Event/RT_Task.cpp
      Event/Timer_Module.cpp
    }
  }

  // Since the resource file for RTOLDEvent does
  // not match the project name, we must explicitly list it.
  Resource_Files {
    RTOldEvent.rc
  }
}