Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / OBV / Simple / OBV_Simple.mpc
blob127e02cfd514ca5e425fcb4556de5054166677b6
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   idlflags -= -St
4   IDL_Files {
5     OBV.idl
6   }
7   custom_only = 1
10 project(*server): taoserver, utils, valuetype {
11   exename = server
12   after += *IDL
13   Source_Files {
14     OBVS.cpp
15     OBVC.cpp
16     Server_i.cpp
17     OBV_impl.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(*client): taoserver, utils, valuetype {
25   exename = client
26   after += *IDL
27   Source_Files {
28     OBVS.cpp
29     OBVC.cpp
30     Client_i.cpp
31     OBV_impl.cpp
32     client.cpp
33   }
34   IDL_Files {
35   }