Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Param_Test / Param_Test.mpc
blobe893228d48a5ef4a8dab4ee6365d6edfcb374873
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     idlflags -= -Sa -St
5     param_test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, codeset, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
11   after  += *idl
13   Source_Files {
14     param_testS.cpp
15     param_testC.cpp
16     param_test_i.cpp
17     server.cpp
18   }
20   Header_Files {
21     param_testS.h
22     param_testC.h
23     param_test_i.h
24   }
26   Inline_Files {
27     param_testC.inl
28   }
30   IDL_Files {
31   }
34 project(*Client): taoserver, codeset, avoids_minimum_corba, avoids_ace_for_tao, dynamicinterface {
35   exename = client
36   after  += *idl
38   Source_Files {
39     param_testC.cpp
40     any.cpp
41     bd_array_seq.cpp
42     bd_long_seq.cpp
43     bd_short_seq.cpp
44     bd_string.cpp
45     bd_struct_seq.cpp
46     bd_str_seq.cpp
47     bd_wstring.cpp
48     bd_wstr_seq.cpp
49     big_union.cpp
50     client.cpp
51     complex_any.cpp
52     driver.cpp
53     except.cpp
54     fixed_array.cpp
55     fixed_struct.cpp
56     helper.cpp
57     multdim_array.cpp
58     nested_struct.cpp
59     objref.cpp
60     objref_struct.cpp
61     options.cpp
62     recursive_struct.cpp
63     recursive_union.cpp
64     results.cpp
65     short.cpp
66     small_union.cpp
67     typecode.cpp
68     ub_any_seq.cpp
69     ub_array_seq.cpp
70     ub_long_seq.cpp
71     ub_objref_seq.cpp
72     ub_short_seq.cpp
73     ub_string.cpp
74     ub_struct_seq.cpp
75     ub_str_seq.cpp
76     ub_wstring.cpp
77     ub_wstr_seq.cpp
78     ulonglong.cpp
79     var_array.cpp
80     var_struct.cpp
81   }
83   Header_Files {
84     param_testC.h
85     any.h
86     bd_array_seq.h
87     bd_long_seq.h
88     bd_short_seq.h
89     bd_string.h
90     bd_struct_seq.h
91     bd_str_seq.h
92     bd_wstring.h
93     bd_wstr_seq.h
94     big_union.h
95     client.h
96     complex_any.h
97     driver.h
98     except.h
99     fixed_array.h
100     fixed_struct.h
101     helper.h
102     multdim_array.h
103     nested_struct.h
104     objref.h
105     objref_struct.h
106     options.h
107     recursive_struct.h
108     recursive_union.h
109     results.h
110     short.h
111     small_union.h
112     typecode.h
113     ub_any_seq.h
114     ub_array_seq.h
115     ub_long_seq.h
116     ub_objref_seq.h
117     ub_short_seq.h
118     ub_string.h
119     ub_struct_seq.h
120     ub_str_seq.h
121     ub_wstring.h
122     ub_wstr_seq.h
123     ulonglong.h
124     var_array.h
125     var_struct.h
126   }
128   Inline_Files {
129     param_testC.inl
130   }
132   IDL_Files {
133   }
136 project(*Anyop): taoserver, codeset, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
137   exename = anyop
138   after  += *idl
140   Source_Files {
141     param_testC.cpp
142     anyop.cpp
143   }
145   Header_Files {
146     param_testC.h
147   }
149   Inline_Files {
150     param_testC.inl
151   }
153   IDL_Files {
154   }