Merge pull request #1710 from likema/cfg-assign-not-null-str
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / BiDirectional / Secure_BiDir.mpc
blob13991958b0bfe1a37a6181dcf20d6410bbd8dc22
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*SSL Server): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
10   after += *idl
11   exename = server
12   Source_Files {
13     test_i.cpp
14     testS.cpp
15     testC.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*SSL Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro {
23   after += *idl
24   exename = client
25   Source_Files {
26     test_i.cpp
27     testS.cpp
28     testC.cpp
29     client.cpp
30   }
31   IDL_Files {
32   }