summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Event_Service/Quoter_Event_Service.mpc
blob: f59657528772c889cd8c5ee280a8e2c2639f34fb (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, event, naming  {
  requires += exceptions
  avoids += minimum_corba
  source_files {
    client.cpp
    Stock_Consumer.cpp
  }
}

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