Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2494_Regression / Bug_2494_Regression.mpc
blobaeed3e795f62853b1788a3beeda681b2d8de08db
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -St
4   IDL_Files {
5     test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver {
11   after += *idl
12   Source_Files {
13     test_i.cpp
14     server.cpp
15   }
16   Source_Files {
17     testC.cpp
18     testS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient {
25   after += *idl
26   Source_Files {
27     client.cpp
28   }
29   Source_Files {
30     testC.cpp
31   }
32   IDL_Files {
33   }