summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/On_Demand_Activation/Quoter_On_Demand_Activation.mpc
blob: b3226bc8160bb3e5824223bb6e37936ee7afef2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

project(*client) : taoexe, portableserver, naming, ami  {
  requires += exceptions
  avoids += minimum_corba
  source_files {
    client.cpp
    Handler_i.cpp
  }
}

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