summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciaosvcs/Events/CIAO_Events.mpc
blob: 9f68aeb6ceecba828a0b533559e86af5bec5a68f (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
25
26
27
// -*- MPC -*-
// $Id$


project (CIAO_DnC_Events_Base) : orbsvcslib, ciao_events_dnc {

  after += CIAO_DnC_Client
  sharedname  = CIAO_DnC_Events
  idlflags  += -Wb,export_include=CIAO_Events_Export.h -Wb,export_macro=CIAO_EVENTS_Export
  dynamicflags = CIAO_EVENTS_BUILD_DLL

  IDL_Files {
    CIAO_Events.idl
  }

  Source_Files {
    CIAO_EventService_Factory_Base.cpp
  }

  Header_Files {
    CIAO_EventService_Factory_Base.h
    CIAO_EventServiceBase.h
  }
}