Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_SSLIOP / MT_SSLIOP.mpc
blob9e5e77f28c9500d460554367aeb18f3e2dbb8d6c
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*security server): orbsvcsexe, portableserver, ssl, iortable {
10   after += *idl
11   exename = server
12   Source_Files {
13     Server_Worker.cpp
14     server.cpp
15     test_i.cpp
16     testS.cpp
17     testC.cpp
18   }
19   IDL_Files {
20   }
23 project(*security client): orbsvcsexe, ssl {
24   after += *idl
25   exename = client
26   Source_Files {
27     Client_Worker.cpp
28     client.cpp
29     testC.cpp
30   }
31   IDL_Files {
32   }