Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / performance-tests / Throughput / Throughput.mpc
blob1ef2954e936a8b267ea17e874f857219aebaaed6
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*server): taoserver, strategies {
10   after += *idl
11   Source_Files {
12     TestC.cpp
13     TestS.cpp
14     Receiver_Factory.cpp
15     Receiver.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*client): taoclient, strategies {
23   after += *idl
24   Source_Files {
25     TestC.cpp
26     client.cpp
27   }
28   IDL_Files {
29   }