Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / HTIOP / BiDirectional / HTIOP_BiDirectional.mpc
blobbfd0b44531adc7017a37e4a030bd0608f44c88c7
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
7   custom_only = 1
10 project(*Server): taoexe, portableserver, bidir_giop, avoids_corba_e_micro {
11   after += *idl
12   exename = server
13   Source_Files {
14     testC.cpp
15     testS.cpp
16     test_i.cpp
17     server.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
24   after += *idl
25   exename = client
26   Source_Files {
27     testC.cpp
28     testS.cpp
29     test_i.cpp
30     client.cpp
31   }
32   IDL_Files {
33   }