summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
blob: 4a50f2e1f38326242f23ea3dc6a57cf8c59b95aa (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// -*- MPC -*-
//
// $Id$

project(*idl): taoidldefaults, ami {
  IDL_Files {
    ami_test.idl
  }
  custom_only = 1
}

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

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

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