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 | d0b887cd7eba7d5fc39f929b5def047639e81658 (patch) | |
tree | fd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/tests/DSI_Gateway | |
parent | eb083cbd1598b71d144bf4cb05a204c56ddd6025 (diff) | |
download | ATCD-d0b887cd7eba7d5fc39f929b5def047639e81658.tar.gz |
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/DSI_Gateway')
-rw-r--r-- | TAO/tests/DSI_Gateway/DSI_Gateway.mpc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc index 30596502ace..f868cef553e 100644 --- a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc +++ b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc @@ -1,20 +1,18 @@ -project(*Server): taoserver, messaging, minimum_corba, dynamicinterface { +project(*Server): taoexe, portableserver, messaging, minimum_corba, dynamicinterface { Source_Files { test_i.cpp server.cpp } } -project(*Client): taoclient, messaging, minimum_corba, dynamicinterface { - exename = client +project(*Client): taoexe, messaging, minimum_corba, dynamicinterface { Source_Files { testC.cpp client.cpp } } -project(*Gateway): taoserver, messaging, minimum_corba, dynamicinterface { - exename = gateway +project(*Gateway): taoexe, portableserver, messaging, minimum_corba, dynamicinterface { Source_Files { test_dsi.cpp gateway.cpp |