summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTCORBAEvent.mpc
blob: 56bbbdacd49c62b048edcded367a0e7c4894a47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project(RTCORBAEvent) : orbsvcslib {
  depends   += RTEvent CosNaming Svc_Utils IORTable RTPortableServer PortableServer RTCORBA
  sharedname = TAO_RTCORBAEvent
  libs      += TAO_RTEvent TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_RTPortableServer TAO_PortableServer TAO_RTCORBA TAO
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Naming_Export -Wb,export_include=naming_export.h
  dllflags   = TAO_RTCORBAEVENT_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    Event/EC_RTCORBA_Dispatching.cpp
    Event/EC_RTCORBA_Factory.cpp
  }
}