Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3553_Regression / Bug_3553_Regression.mpc
blob41172b79b341a4e41ad3ed303c7057e72615bf8d
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, iortable {
11   after += *idl
12   Source_Files {
13     Hello.cpp
14     Bug_3553_Regression_server.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): taoclient, rtcorba, avoids_corba_e_micro {
25   after += *idl
26   Source_Files {
27     Bug_3553_Regression_client.cpp
28   }
29   Source_Files {
30     TestC.cpp
31   }
32   IDL_Files {
33   }