summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Simple/RtEC_Simple.mpc
blob: 0982c19dbc0679de08badd76a0cf9a13d4bed29b (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
27
28
29
// -*- MPC -*-
// $Id$

project(*Service) : orbsvcsexe, rtevent_serv, naming {

  exename = Service

  source_files {
    Service.cpp
  }
}

project(*Supplier) : orbsvcsexe, rtevent_skel, naming {

  exename = Supplier

  source_files {
    Supplier.cpp
  }
}

project(*Consumer) : orbsvcsexe, rtevent_skel, naming {

  exename = Consumer

  source_files {
    Consumer.cpp
  }
}