summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
blob: b7099a1a9d1e4db94673b968b2de2adb83a3d634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  }
}