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

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

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