summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
blob: a50eda03b1431650c27cc7e04a4ec56aef5fe54c (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 {
    Test_i.cpp
    server.cpp
  }
}

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