diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 16:09:27 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 16:09:27 +0000 |
commit | fccbe0e94f74f898f7d5cc709f617f51dce33bee (patch) | |
tree | 4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/performance-tests/Throughput | |
parent | 730c9c0d360dace01feb0c5509cb0af121ce2e17 (diff) | |
download | ATCD-fccbe0e94f74f898f7d5cc709f617f51dce33bee.tar.gz |
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/performance-tests/Throughput')
-rw-r--r-- | TAO/performance-tests/Throughput/Throughput.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Throughput/Throughput.mpc b/TAO/performance-tests/Throughput/Throughput.mpc index b094a1ddbea..87940c2d100 100644 --- a/TAO/performance-tests/Throughput/Throughput.mpc +++ b/TAO/performance-tests/Throughput/Throughput.mpc @@ -1,4 +1,4 @@ -project: server, strategies { +project(*server): taoserver, strategies { Source_Files { Receiver_Factory.cpp Receiver.cpp @@ -6,7 +6,7 @@ project: server, strategies { } } -project: client, strategies { +project(*client):taoclient, strategies { Source_Files { TestC.cpp client.cpp |