summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency')
-rw-r--r--TAO/performance-tests/Latency/DII/DII.mpc6
-rw-r--r--TAO/performance-tests/Latency/DSI/DSI.mpc6
-rw-r--r--TAO/performance-tests/Latency/Deferred/Deferred.mpc6
3 files changed, 12 insertions, 6 deletions
diff --git a/TAO/performance-tests/Latency/DII/DII.mpc b/TAO/performance-tests/Latency/DII/DII.mpc
index 3b7ab57a9c9..eb9d686f728 100644
--- a/TAO/performance-tests/Latency/DII/DII.mpc
+++ b/TAO/performance-tests/Latency/DII/DII.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*latency server): taoexe, portableserver, strategies, minimum_corba {
+project(*latency server): taoexe, portableserver, strategies {
+ avoids += minimum_corba
Source_Files {
Roundtrip.cpp
@@ -9,7 +10,8 @@ project(*latency server): taoexe, portableserver, strategies, minimum_corba {
}
}
-project(*latency client): taoexe, portableserver, strategies, dynamicinterface, minimum_corba {
+project(*latency client): taoexe, portableserver, strategies, dynamicinterface {
+ avoids += minimum_corba
Source_Files {
client.cpp
diff --git a/TAO/performance-tests/Latency/DSI/DSI.mpc b/TAO/performance-tests/Latency/DSI/DSI.mpc
index 3d099c9d4da..2666d39006d 100644
--- a/TAO/performance-tests/Latency/DSI/DSI.mpc
+++ b/TAO/performance-tests/Latency/DSI/DSI.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*latency server): taoexe, portableserver, strategies, dynamicinterface, minimum_corba {
+project(*latency server): taoexe, portableserver, strategies, dynamicinterface {
+ avoids += minimum_corba
IDL_Files {
}
@@ -12,7 +13,8 @@ project(*latency server): taoexe, portableserver, strategies, dynamicinterface,
}
}
-project(*latency client): taoexe, strategies, minimum_corba {
+project(*latency client): taoexe, strategies {
+ avoids += minimum_corba
Source_Files {
TestC.cpp
diff --git a/TAO/performance-tests/Latency/Deferred/Deferred.mpc b/TAO/performance-tests/Latency/Deferred/Deferred.mpc
index 582246b039f..8d55ee55feb 100644
--- a/TAO/performance-tests/Latency/Deferred/Deferred.mpc
+++ b/TAO/performance-tests/Latency/Deferred/Deferred.mpc
@@ -1,7 +1,8 @@
// -*- MPC -*-
// $Id$
-project(*server): taoexe, portableserver, strategies, minimum_corba {
+project(*server): taoexe, portableserver, strategies {
+ avoids += minimum_corba
Source_Files {
Roundtrip.cpp
@@ -9,7 +10,8 @@ project(*server): taoexe, portableserver, strategies, minimum_corba {
}
}
-project(*client): taoexe, portableserver, strategies, dynamicinterface, minimum_corba {
+project(*client): taoexe, portableserver, strategies, dynamicinterface {
+ avoids += minimum_corba
Source_Files {
TestC.cpp