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

project(*Server): messaging, taoserver {
  Source_Files {
    Sleep_Service.cpp
    Server_Task.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver {
  Source_Files {
    TestC.cpp
    Client_Task.cpp
    client.cpp
  }
}