summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Leaks/Server_Leaks.mpc
blob: 4517bde0f91d3602f2d0b289bccc6ba5b6a9be99 (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 {
    Ping_Service.cpp
    server.cpp
  }
}

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