Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Bug_2615_Regression / Bug_2615_Regression.mpc
blobb0bf27772f3e456ccca61231e72f516e63d849b7
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Client): taoserver, ftclientorb {
10   after += *IDL
12   exename = client
13   Source_Files {
14     TestC.cpp
15     client.cpp
16   }
17   IDL_Files {
18   }
21 project (*Server) : taoserver, ftclientorb, pi_server {
22   after += *IDL
24   exename = server
25   Source_Files {
26     TestC.cpp
27     TestS.cpp
28     server.cpp
29     Hello.cpp
30     ServerORBInitializer2.cpp
31     ServerRequest_Interceptor2.cpp
32   }
33   IDL_Files {
34   }