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

project(*Server): taoexe, portableserver {
  Source_Files {
    Test_i.cpp
    server.cpp
  }
}

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