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

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

  IDL_Files {
  }

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