Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / examples / Simple / grid / grid.mpc
blobb616d1981f88264b22ced9ac9937d2b3f8c04176
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Grid.idl
5   }
6   custom_only = 1
9 project(*server): namingexe, iortable, utils, avoids_corba_e_micro {
10   exename = server
11   after += *IDL
12   Source_Files {
13     GridC.cpp
14     GridS.cpp
15     Grid_i.cpp
16     server.cpp
17     ../Simple_util.cpp
18   }
19   IDL_Files {
20   }
23 project(*client): namingexe, iortable, utils {
24   exename = client
25   after += *IDL
26   Source_Files {
27     GridC.cpp
28     client.cpp
29     ../Simple_util.cpp
30     Grid_Client_i.cpp
31   }
32   IDL_Files {
33   }