summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
blob: aa9cee0c125b3e03795010b3a4fabfad254f71f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// -*- MPC -*-
//
// $Id$

project(*Server): messaging, taoexe, portableserver, ami {
  Source_Files {
    Test_Output.cpp
    ami_test_i.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver, ami {
  Source_Files {
    Test_Output.cpp
    client.cpp
  }
}

project(*Simple Client): messaging, taoexe, portableserver, ami {
  Source_Files {
    Test_Output.cpp
    simple_client.cpp
  }
}