summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/Forwarding.mpc
blob: 39a1709e261d968212de6fabbcc6dbc23cfbd148 (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 {
  Source_Files {
    testC.cpp
    client.cpp
  }
}