summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/RT_Event_Service/Quoter_RT_Event_Service.mpc
blob: 5134a909130c7ece3b8b6f84905c8776bbfeccbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*client) : orbsvcsexe, portableserver, rtevent, naming, minimum_corba  {
  requires += exceptions
  source_files {
    client.cpp
    Stock_Consumer.cpp
  }
}

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