diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-12 22:58:10 +0000 |
commit | ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch) | |
tree | fd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/tests/Xt_Stopwatch | |
parent | 1b130bd06994216696870c1749cca1fc60ee8b00 (diff) | |
download | ATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz |
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/Xt_Stopwatch')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc b/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc index 7ddf8fbd920..505602b723b 100644 --- a/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc +++ b/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc @@ -1,4 +1,4 @@ -project(*Server): taoserver { +project(*Server): taoexe, portableserver { Source_Files { test_i.cpp Stopwatch_display.cpp @@ -7,7 +7,7 @@ project(*Server): taoserver { } } -project(*Client): taoclient { +project(*Client): taoexe { Source_Files { testC.cpp Control.cpp |