summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
blob: 8c1166bdea28de0f97d6cb3692a127e7db0facb2 (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
// -*- MPC -*-
// $Id$

project(RTCORBAEvent) : orbsvcslib, 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 {
  }
}