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

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

project(*Client): taoclient, anytypecode {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}