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

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

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