summaryrefslogtreecommitdiff
path: root/trunk/CIAO/ciaosvcs/Events/CIAO_Events_Base/CIAO_Events_Base.mpc
blob: e7602e2e0ac2bc3bfe77c39280f9d0bfa6c087f7 (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_Events_Base) : orbsvcslib, ciao_client_dnc, ciao_container_dnc {

  sharedname  = CIAO_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
  }
}