summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
blob: da8ef0020abd5212ebc14a4ee4060ca798574da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
project(*Server): messaging, taoserver, minimum_corba {
  Source_Files {
    param_test_i.cpp
    tmplinst.cpp
    server.cpp
  }
}

project(*Client): messaging, taoserver, minimum_corba, dynamicinterface {
  exename  = client

  Source_Files {
    param_testC.cpp
    driver.cpp
    options.cpp
    results.cpp
    helper.cpp
    tmplinst.cpp
    any.cpp
    bd_long_seq.cpp
    bd_short_seq.cpp
    bd_str_seq.cpp
    bd_wstr_seq.cpp
    bd_string.cpp
    bd_wstring.cpp
    bd_struct_seq.cpp
    bd_array_seq.cpp
    fixed_array.cpp
    fixed_struct.cpp
    nested_struct.cpp
    objref_struct.cpp
    objref.cpp
    short.cpp
    ulonglong.cpp
    typecode.cpp
    ub_any_seq.cpp
    ub_long_seq.cpp
    ub_objref_seq.cpp
    ub_short_seq.cpp
    ub_str_seq.cpp
    ub_wstr_seq.cpp
    ub_string.cpp
    ub_wstring.cpp
    ub_struct_seq.cpp
    ub_array_seq.cpp
    var_array.cpp
    var_struct.cpp
    recursive_struct.cpp
    except.cpp
    big_union.cpp
    small_union.cpp
    recursive_union.cpp
    multdim_array.cpp
    complex_any.cpp
    client.cpp
  }
}

project(*Anyop): messaging, taoserver, minimum_corba {
  exename = anyop

  Source_Files {
    param_testC.cpp
    anyop.cpp
  }
}