Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / performance-tests / Latency / AMH_Single_Threaded / Single_Threaded.mpc
blob076acb3192a0baa3f76713ceebda89ed8dbd9d21
1 // -*- MPC -*-
2 project(*AMH_latency_idl): taoidldefaults, amh {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*AMH latency server): taoserver, strategies, valuetype, amh {
10   after += *AMH_latency_idl
11   Source_Files {
12     TestC.cpp
13     TestS.cpp
14     Roundtrip.cpp
15     server.cpp
16   }
17   IDL_Files {
18   }
21 project(*AMH latency client): taoclient, strategies, valuetype, amh {
22   after += *AMH_latency_idl
23   avoids += ace_for_tao
24   Source_Files {
25     TestC.cpp
26     client.cpp
27   }
28   IDL_Files {
29   }