summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent.mpc
blob: 0631d10f610eb78c70c9241703f71a0c8b032916 (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
project(CosEvent) : orbsvcslib, core {
  depends    += CosNaming Svc_Utils PortableServer
  sharedname  = TAO_CosEvent
  libs       += TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
  idlflags   += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Event_Export -Wb,export_include=CosEvent/event_export.h
  dllflags    = TAO_EVENT_BUILD_DLL
  tagchecks   = CosEvent
  include_dir = orbsvcs

  IDL_Files {
    CosEventComm.idl
    CosEventChannelAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    CosEvent {
      CosEventCommC.cpp
      CosEventCommS.cpp
      CosEventChannelAdminC.cpp
      CosEventChannelAdminS.cpp
      CosEvent
    }
  }
}