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

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

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