Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Oneway_Buffering / Oneway_Buffering.mpc
blob64a4746966891e1a96a72d482f9f34a1a8dba29c
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): messaging, taoserver {
10   after += *idl
11   Source_Files {
12     Oneway_Buffering.cpp
13     server.cpp
14   }
15   Source_Files {
16     TestC.cpp
17     TestS.cpp
18   }
19   IDL_Files {
20   }
23 project(*Client): messaging, taoclient {
24   exename = client
25   after += *idl
27   Source_Files {
28     client.cpp
29   }
30   Source_Files {
31     TestC.cpp
32   }
33   IDL_Files {
34   }
37 project(*Admin): messaging, taoserver {
38   exename = admin
39   after += *idl
40   Source_Files {
41     Oneway_Buffering_Admin.cpp
42     admin.cpp
43   }
44   Source_Files {
45     TestC.cpp
46     TestS.cpp
47   }
48   IDL_Files {
49   }