Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / BiDirectional / BiDirectional.mpc
blobee7ce7786967be955c0ddf940e77abc28a9375d3
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, anytypecode, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
10   after += *idl
11   Source_Files {
12     testC.cpp
13     testS.cpp
14     test_i.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoserver, anytypecode, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
22   exename = client
23   after += *idl
24   Source_Files {
25     testC.cpp
26     testS.cpp
27     test_i.cpp
28     client.cpp
29   }
30   IDL_Files {
31   }