summaryrefslogtreecommitdiff
path: root/CIAO/ciaosvcs/Events/CIAO_Events.mpc
blob: 7a9d37a309a21116962f12e33c9bc0df65278a13 (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_Events) : orbsvcslib, ciao_rtevent_dnc {

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