summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Param_Test.mpc')
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc88
1 files changed, 88 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
new file mode 100644
index 00000000000..868b62e939c
--- /dev/null
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -0,0 +1,88 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ idlflags -= -Sa -St
+ param_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
+ after += *idl
+ Source_Files {
+ param_testS.cpp
+ param_testC.cpp
+ param_test_i.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoserver, avoids_minimum_corba, dynamicinterface {
+ avoids += ace_for_tao
+ exename = client
+ after += *idl
+
+ Source_Files {
+ param_testC.cpp
+ any.cpp
+ bd_array_seq.cpp
+ bd_long_seq.cpp
+ bd_short_seq.cpp
+ bd_string.cpp
+ bd_struct_seq.cpp
+ bd_str_seq.cpp
+ bd_wstring.cpp
+ bd_wstr_seq.cpp
+ big_union.cpp
+ client.cpp
+ complex_any.cpp
+ driver.cpp
+ except.cpp
+ fixed_array.cpp
+ fixed_struct.cpp
+ helper.cpp
+ multdim_array.cpp
+ nested_struct.cpp
+ objref.cpp
+ objref_struct.cpp
+ options.cpp
+ recursive_struct.cpp
+ recursive_union.cpp
+ results.cpp
+ short.cpp
+ small_union.cpp
+ typecode.cpp
+ ub_any_seq.cpp
+ ub_array_seq.cpp
+ ub_long_seq.cpp
+ ub_objref_seq.cpp
+ ub_short_seq.cpp
+ ub_string.cpp
+ ub_struct_seq.cpp
+ ub_str_seq.cpp
+ ub_wstring.cpp
+ ub_wstr_seq.cpp
+ ulonglong.cpp
+ var_array.cpp
+ var_struct.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Anyop): taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
+ exename = anyop
+ after += *idl
+
+ Source_Files {
+ param_testC.cpp
+ anyop.cpp
+ }
+ IDL_Files {
+ }
+}
+