summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciaosvcs/Events/CIAO_Events.mpc
blob: a5a1417673ee472f59241b8208f964ab5e4afae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project (CIAO_DnC_Events) : orbsvcslib, ciao_rtevent_dnc {

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

  Source_Files {
    CIAO_EventService_Factory_impl.cpp
  }

  Header_Files {
    CIAO_EventService_Factory_impl.h
  }

  IDL_Files {
  }
}