summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
blob: 68710d4587bb82bc7208f278664b4be97d585333 (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
26
27
28
// -*- MPC -*-
//
// $Id$

project(*Server): messaging, taoexe, portableserver, ami {
  macros += TEST_OUTPUT_HAS_DLL=0
  Source_Files {
    Test_Output.cpp
    ami_test_i.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver, ami {
  macros += TEST_OUTPUT_HAS_DLL=0
  Source_Files {
    Test_Output.cpp
    client.cpp
  }
}

project(*Simple Client): messaging, taoexe, portableserver, ami {
  macros += TEST_OUTPUT_HAS_DLL=0
  Source_Files {
    Test_Output.cpp
    simple_client.cpp
  }
}