Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / mixed_security_test / mixed_security.mpc
blobb92b95e0b41fa0ddaa16e3e20b55dccbf104c9c6
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Foo.idl
5   }
6   custom_only = 1
9 project(*security server): orbsvcsexe, orbsvcslib, security, portableserver, ssliop {
10   exename = server
11   Source_Files {
12     Foo_i.cpp
13     FooC.cpp
14     FooS.cpp
15     server.cpp
16   }
17   after += *idl
18   IDL_Files {
19   }
22 project(*security client): orbsvcsexe, orbsvcslib, security {
23   exename = client
24   Source_Files {
25     FooC.cpp
26     client.cpp
27   }
28   after += *idl
29   IDL_Files {
30   }