summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
commit9c8c2a15b5c8af8ecc0353d5582368524979459a (patch)
tree4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/tests/Forwarding
parent002f5e6075e8f3610b63134cdf721dee2c26a597 (diff)
downloadATCD-9c8c2a15b5c8af8ecc0353d5582368524979459a.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/Forwarding')
-rw-r--r--TAO/tests/Forwarding/Forwarding.mpc7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/Forwarding/Forwarding.mpc b/TAO/tests/Forwarding/Forwarding.mpc
index feb2256f248..978c8f4a0b9 100644
--- a/TAO/tests/Forwarding/Forwarding.mpc
+++ b/TAO/tests/Forwarding/Forwarding.mpc
@@ -1,14 +1,11 @@
-project(Forwarding Server): server {
- depends += IORTable
- libs += TAO_IORTable
-
+project(*Server): taoserver, iortable {
Source_Files {
test_i.cpp
server.cpp
}
}
-project(Forwarding Client): client {
+project(*Client): taoclient {
Source_Files {
testC.cpp
client.cpp