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

project(*Service) : orbsvcsexe, rtevent_serv, naming {
  source_files {
    Service.cpp
  }
}

project(*Supplier) : orbsvcsexe, rtevent_skel, naming {
  source_files {
    Supplier.cpp
  }
}

project(*Consumer) : orbsvcsexe, rtevent_skel, naming {
  source_files {
    Consumer.cpp
  }
}