Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / CollocationLockup / CollocationLockup.mpc
blobaa84216fdc72a244580183c09661691efd263be3
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     AB.idl
5     SimpleNamingService.idl
6   }
7   custom_only = 1
10 project: taoserver {
11   exename = CollocationLockup
13   after += *idl
15   Source_Files {
16     CollocationLockup.cpp
17   }
18   Source_Files {
19     ABC.cpp
20     ABS.cpp
21   }
22   Source_Files {
23     SimpleNamingServiceC.cpp
24   }
26   IDL_Files {
27   }
30 project(*SimpleNamingService): taoserver {
31   exename = SimpleNamingService
33   after += *idl
35   Source_Files {
36     SimpleNamingService.cpp
37   }
38   Source_Files {
39     SimpleNamingServiceC.cpp
40     SimpleNamingServiceS.cpp
41   }
43   IDL_Files {
44   }