Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2316_Regression / Bug_2316_Regression.mpc
blob7f9e26b8e7cf6635cc2bad2b164fef03f46bce95
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): orbsvcsexe, portablegroup, portableserver {
10   exename = server
11   after += *IDL
13   Source_Files {
14     TestC.cpp
15     TestS.cpp
16     Test_impl.cpp
17     server.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): orbsvcsexe, portablegroup {
24   exename = client
25   after += *IDL
27   Source_Files {
28     TestC.cpp
29     client.cpp
30   }
31   IDL_Files {
32   }