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 | 9c8c2a15b5c8af8ecc0353d5582368524979459a (patch) | |
tree | 4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/tests/InterOp-Naming | |
parent | 002f5e6075e8f3610b63134cdf721dee2c26a597 (diff) | |
download | ATCD-9c8c2a15b5c8af8ecc0353d5582368524979459a.tar.gz |
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/InterOp-Naming')
-rw-r--r-- | TAO/tests/InterOp-Naming/InterOp-Naming.mpc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc index 43f4c87c21d..f3c8befcfee 100644 --- a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc +++ b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc @@ -1,8 +1,5 @@ -project(InterOp-Naming Server): server { - depends += IORTable - libs += TAO_IORTable +project(*Server): taoserver, iortable { exename = INS_test_server - Source_Files { INS_i.cpp Server_i.cpp @@ -10,7 +7,7 @@ project(InterOp-Naming Server): server { } } -project(InterOp-Naming Client): client { +project(*Client): taoclient { exename = INS_test_client Source_Files { |