summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
blob: 7d9cd252de0b60469a88876bf7d48af369d90555 (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
// -*- MPC -*-
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 {
  }
}