summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
blob: f7f6b360f088efed3bdcbc00a7ef26da5e0162ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

project(RTCORBAEvent) : orbsvcslib, core, rtevent, naming, rtportableserver {
  sharedname   = TAO_RTCORBAEvent
  idlflags    += -Wb,export_macro=TAO_Naming_Export -Wb,export_include=orbsvcs/naming_export.h
  dynamicflags = TAO_RTCORBAEVENT_BUILD_DLL
  tagchecks   += RTCORBAEvent

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTCORBAEvent {
      Event/EC_RTCORBA_Dispatching.cpp
      Event/EC_RTCORBA_Factory.cpp
    }
  }

  Template_Files {
  }
}