summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-07 18:43:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-07 18:43:44 +0000
commit2cb256938cabef514657588f73760bd5dbeffe6f (patch)
tree4b2262c6c90af65bf319c74bd8450acbdc094043 /TAO/tests/Big_Reply
parenta9eba0b0bd0213442e6d5cf5e11c9696edafeafa (diff)
downloadATCD-2cb256938cabef514657588f73760bd5dbeffe6f.tar.gz
ChangeLogTag: Fri Jan 7 18:42:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Big_Reply')
-rw-r--r--TAO/tests/Big_Reply/Big_Reply.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/Big_Reply/Big_Reply.mpc b/TAO/tests/Big_Reply/Big_Reply.mpc
index 68e9628068f..aa9caa94b83 100644
--- a/TAO/tests/Big_Reply/Big_Reply.mpc
+++ b/TAO/tests/Big_Reply/Big_Reply.mpc
@@ -1,15 +1,16 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, portableserver {
+project(*Server): taoserver {
Source_Files {
Big_Reply_i.cpp
server.cpp
}
}
-project(*Client): taoexe, portableserver {
+project(*Client): taoclient {
Source_Files {
+ TestC.cpp
Client_Task.cpp
client.cpp
}