summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Smart_Proxies.mpc
blob: 6c8ecaede49460cf81f15886627e6364c4d535a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  }
}