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

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

project(*Client): taoclient, portableserver, smart_proxies {
  after += *Server
  Source_Files {
    testC.cpp
    Smart_Proxy_Impl.cpp
    client.cpp
  }
}