Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2503_Regression / Bug_2503_Regression.mpc
blob172e1fcc66f6bf5bafbaf3160e4081141e0e1ec7
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): messaging, taoserver, ami {
10   after += *idl
11   Source_Files {
12     test_i.cpp
13     common.cpp
14     server.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): messaging, taoserver, ami {
25   exename = client
26   after += *idl
27   Source_Files {
28     test_i.cpp
29     common.cpp
30     client.cpp
31   }
32   Source_Files {
33     TestC.cpp
34     TestS.cpp
35   }
36   IDL_Files {
37   }