summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
blob: a0a1fbb883e744a84c246668840dd9d8e1721d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(*client) : taoexe, portableserver, amh {
  source_files {
    client.cpp
  }
}

project(*server) : taoserver, amh, strategies {
  after += *client
  source_files {
    server.cpp
  }
}