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

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

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