Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1869_Regression / Bug_1869_Regression.mpc
bloba321a58bdb7bc82a7d596489f8b0dd58eb66911a
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     AMI.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, iortable, ami {
10   after += *idl
11   Source_Files {
12     server.cpp
13     AMIC.cpp
14     AMIS.cpp
15   }
16   IDL_Files {
17   }
20 project(*Client): taoclient, ami {
21   after += *idl
22   Source_Files {
23     client.cpp
24     AMIC.cpp
25     AMIS.cpp
26   }
27   IDL_Files {
28   }