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

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

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