summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/Forwarding.mpc
blob: d3e679e33b7e262e2a3f4a45985458c6219f35cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*Server): taoserver, iortable {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): taoclient, anytypecode {
  Source_Files {
    testC.cpp
    client.cpp
  }
}