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

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

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