Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Smart_Proxies / Benchmark / SP_Benchmark.mpc
blob49e5e98288258cdf30278c13f09efdafcbc2a8c1
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, smart_proxies {
3   IDL_Files {
4     test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, smart_proxies {
10   after += *idl
11   Source_Files {
12     server.cpp
13   }
14   Source_Files {
15     testC.cpp
16     testS.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoclient, smart_proxies {
23   after += *idl
24   Source_Files {
25     client.cpp
26     Smart_Proxy_Impl.cpp
27   }
28   Source_Files {
29     testC.cpp
30   }
31   IDL_Files {
32   }