Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / LoadBalancing / LBPerf / RPS / LoadBalancing.mpc
blobfd8ce0985b61b7b26ba875be4d4b7970b149f829
1 project(*Performance_IDL): loadbalancing, strategies {
2   IDL_Files {
3     Test.idl
4   }
6   custom_only = 1
9 project(*Performance_Server): loadbalancing, pi_server, strategies {
10   after   += *Performance_IDL
11   avoids  += ace_for_tao
12   exename  = server
13   Source_Files {
14     server.cpp
15     Roundtrip.cpp
16     ORBInitializer.cpp
17     ServerRequestInterceptor.cpp
18     RPS_Monitor.cpp
19     TestS.cpp
20     TestC.cpp
21   }
23   IDL_Files {
24   }
27 project(*Performance_Client): loadbalancing, strategies {
28   after   += *Performance_IDL
29   avoids  += ace_for_tao
30   exename  = client
31   Source_Files {
32     TestC.cpp
33     client.cpp
34   }
36   IDL_Files {
37   }