summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/Forwarding.mpc
blob: b216a9badf9cc40ea5a96f93ed58510fd4eb57c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Server): taoexe, portableserver, iortable {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  Source_Files {
    testC.cpp
    client.cpp
  }
}