Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / HTIOP / AMI / HTIOP_AMI.mpc
blob1b39951d65db8b6822d68cc5d961d0d43e400ae1
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     ami_test.idl
5   }
6   custom_only = 1
9 project(*Server): messaging, taoexe, portableserver, ami {
10   after += *idl
11   exename = server
12   macros += TEST_OUTPUT_HAS_DLL=0
13   Source_Files {
14     ami_testS.cpp
15     ami_testC.cpp
16     Test_Output.cpp
17     ami_test_i.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): messaging, taoexe, portableserver, ami {
25   after += *idl
26   exename = client
27   macros += TEST_OUTPUT_HAS_DLL=0
28   Source_Files {
29     ami_testS.cpp
30     ami_testC.cpp
31     Test_Output.cpp
32     client.cpp
33   }
34   IDL_Files {
35   }
38 project(*Simple Client): messaging, taoexe, portableserver, ami {
39   after += *idl
40   exename = simple_client
41   macros += TEST_OUTPUT_HAS_DLL=0
42   Source_Files {
43     ami_testS.cpp
44     ami_testC.cpp
45     Test_Output.cpp
46     simple_client.cpp
47   }
48   IDL_Files {
49   }