summaryrefslogtreecommitdiff
path: root/TAO/tests/Connect_Strategy_Test
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test')
-rw-r--r--TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc b/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc
index 224d880b5a4..6518afd3574 100644
--- a/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc
+++ b/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc
@@ -1,11 +1,11 @@
-project(*Server): taoserver {
+project(*Server): taoexe, portableserver {
Source_Files {
Hello.cpp
server.cpp
}
}
-project(*Client): taoclient {
+project(*Client): taoexe {
Source_Files {
TestC.cpp
client.cpp