summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/AMI/Quoter_AMI.mpc
blob: 7820bb8bceb6017f877716cfb493933ffc51a3cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*client) : taoexe, portableserver, ami  {
  requires += exceptions
  source_files {
    client.cpp
    Handler_i.cpp
  }
}

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