Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / interop-tests / wchar / interop_wchar.mpc
blob23e723733e22e99d2a3139aed760b28c1dd522e8
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults, anytypecode {
3   IDL_Files {
4     interop_wchar.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, negotiate_codesets {
10   after += *IDL
11   Source_Files {
12     interop_wchar_i.cpp
13     wchar_reference.cpp
14     server.cpp
15     interop_wcharS.cpp
16     interop_wcharC.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, anytypecode {
23   after += *IDL
24   Source_Files {
25     interop_wcharC.cpp
26     wchar_reference.cpp
27     client.cpp
28   }
29   IDL_Files {
30   }