summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/IDL3/Events/Any/Any.mpc
blob: 1d95ba0b319b12fb9b66fe74c10c1dc4545e4d54 (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): ccm_stub {
  exename = EventAny
  idlflags += -SS

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