summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
blob: cddcd128801f3ca3951311a559c95d82a211ffc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*Consumer) : event_skel, orbsvcsexe, portableserver, naming {
  requires += ec_typed_events
  source_files {
    Consumer.cpp
    Country_i.cpp
  }
}

project(*Supplier) : event_skel, orbsvcsexe, portableserver, naming {
  requires += ec_typed_events
  after    += CosEC_TypedSimple_Consumer
  idl_files {
  }
  source_files {
    CountryC.cpp
    Supplier.cpp
  }
}