summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/Events/Any/Any.mpc
blob: da5e1d51570e25d0b580690a8e2e4d5192da328a (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
project(EventAny_local): ccm_stub, avoids_ccm_noevent {
  exename = EventAny
  idlflags += -SS

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