summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
blob: 785c8628d048c50ff14e0595a33d191c90c55585 (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(*client) : orbsvcsexe, portableserver, rtevent, naming  {
  requires += exceptions
  avoids += minimum_corba
  source_files {
    client.cpp
    Stock_Consumer.cpp
  }
}

project(*server) : orbsvcsexe, portableserver, rtevent, naming {
  requires += exceptions
  avoids += minimum_corba
  source_files {
    server.cpp
    Stock_Factory_i.cpp
    Stock_i.cpp
  }
}