diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-07 19:23:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-07 19:23:34 +0000 |
commit | 7fdda88bfce9ee7e1cb63b115970050488611326 (patch) | |
tree | c4a230ac4f8462776f2e24aa35b644ec784e203e /TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc | |
parent | 753e6e9368b6ab8197688fe808d7240037a1eb8b (diff) | |
download | ATCD-7fdda88bfce9ee7e1cb63b115970050488611326.tar.gz |
ChangeLogTag: Fri Jan 7 18:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc')
-rw-r--r-- | TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc | 4 |
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 52da9feb86c..4f7f1f0064d 100644 --- a/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc +++ b/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc @@ -1,14 +1,14 @@ // -*- MPC -*- // $Id$ -project(*Server): taoexe, portableserver { +project(*Server): taoserver { Source_Files { Hello.cpp server.cpp } } -project(*Client): taoexe { +project(*Client): taoclient { Source_Files { TestC.cpp client.cpp |