summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/AMH_Exceptions.mpc
blob: 7e636174bd34dc120e6c1353d5cf6affb7fb2839 (plain)
1
2
3
4
5
6
7
8
9
10
11
project(*Server): taoexe, amh, portableserver, strategies {
  Source_Files {
    server.cpp
  }
}

project(*Client): taoexe, amh, portableserver, strategies {
  Source_Files {
    client.cpp
  }
}