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

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

project(*server) : taoserver, ami, exceptions {
  source_files {
    server.cpp
    Stock_Factory_i.cpp
    Stock_i.cpp
  }
}