summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc
blob: ef9688d0d5b869004e002e1f83f8576a80b8f139 (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
// -*- MPC -*-
// $Id$


project (CIAO_DnC_Events_Base) : orbsvcslib, ciao_client_dnc, ciao_container_dnc {

  sharedname  = CIAO_DnC_Events_Base
  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_EventServiceBase.cpp
    CIAO_EventsC.cpp
    CIAO_EventsS.cpp
  }

  Header_Files {
    CIAO_EventsC.h
    CIAO_EventsS.h
    CIAO_EventServiceBase.h
  }
}