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

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

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