diff options
Diffstat (limited to 'TAO/performance-tests/Latency/DII/DII.mpc')
-rw-r--r-- | TAO/performance-tests/Latency/DII/DII.mpc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/DII/DII.mpc b/TAO/performance-tests/Latency/DII/DII.mpc index 27545569223..3ba347e0274 100644 --- a/TAO/performance-tests/Latency/DII/DII.mpc +++ b/TAO/performance-tests/Latency/DII/DII.mpc @@ -1,18 +1,32 @@ // -*- MPC -*- // $Id$ -project(*latency server): taoserver, strategies, minimum_corba { +project(*latency_idl): taoidldefaults, strategies, minimum_corba { + IDL_Files { + Test.idl + } + custom_only = 1 +} +project(*latency server): taoserver, strategies, minimum_corba { + after += *latency_idl Source_Files { Roundtrip.cpp + TestS.cpp + TestC.cpp server.cpp } + IDL_Files { + } } project(*latency client): taoclient, strategies, dynamicinterface, minimum_corba { + after += *latency_idl Source_Files { TestC.cpp client.cpp } + IDL_Files { + } } |