summaryrefslogtreecommitdiff
path: root/trunk/CIAO/tests/IDL3/Events/Any/Any.mpc
blob: d0b72182ca1d9b1435c58ca178dd901b48c843ef (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
// $Id$

project(EventAny_local): ciao_client_dnc {
  exename = EventAny
  idlflags += -SS

  IDL_Files {
    EventAny.idl
  }
  
  Source_Files {
    EventAnyC.cpp
    main.cpp
  }
  
  Header_Files {
    EventAnyC.h
  }
  
  Inline_Files {
    EventAnyC.inl
  }
  
  Template_Files {
  }
}