summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA')
-rw-r--r--TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc2
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc8
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc2
3 files changed, 5 insertions, 7 deletions
diff --git a/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc b/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
index e699ea13391..0f53b8f4329 100644
--- a/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
+++ b/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
@@ -1,3 +1,3 @@
-project: taoserver {
+project: taoexe, portableserver {
exename = create_reference
}
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
index 3773b7f6b89..97a879f9db9 100644
--- a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
+++ b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
@@ -1,4 +1,4 @@
-project(*server): taoserver {
+project(*server): taoexe, portableserver {
Source_Files {
Factory.cpp
Simple.cpp
@@ -6,16 +6,14 @@ project(*server): taoserver {
}
}
-project(*client): taoclient {
+project(*client): taoexe {
Source_Files {
TestC.cpp
client.cpp
}
}
-project(*collocated): taoserver {
- exename = collocated
-
+project(*collocated): taoexe, portableserver {
Source_Files {
Simple.cpp
collocated.cpp
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc b/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
index fafea6dc2b4..73b7bfb543c 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
@@ -1,3 +1,3 @@
-project(registration): taoserver {
+project(registration): taoexe, portableserver {
exename = registration
}