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

project(*Server): strategies, taoserver {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Client): strategies, taoclient {
  Source_Files {
    testC.cpp
    client.cpp
  }
}