From ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 Mon Sep 17 00:00:00 2001 From: michel_j Date: Wed, 12 Nov 2003 22:58:10 +0000 Subject: Wed Nov 12 16:55:00 2003 Justin Michel --- TAO/tests/DSI_Gateway/DSI_Gateway.mpc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'TAO/tests/DSI_Gateway/DSI_Gateway.mpc') 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 -- cgit v1.2.1