From 4a0634ead4c82f7152cd660a896d878c5bb242ce Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Sat, 26 Nov 2005 03:13:13 +0000 Subject: ChangeLogTag:Fri Nov 25 19:04:10 2005 Ossama Othman --- .../Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc') diff --git a/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc b/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc index 11fa3ae9fe7..6876c4aac4d 100644 --- a/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc +++ b/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc @@ -2,18 +2,21 @@ // $Id$ project(*loc dgram) : aceexe { + avoids += ace_for_tao exename = local_dgram_test Source_Files { local_dgram_client_test.cpp } } project(*loc fifo) : aceexe { + avoids += ace_for_tao exename = local_fifo_test Source_Files { local_fifo_client_test.cpp } } project(*loc pipe) : aceexe { + avoids += ace_for_tao exename = local_pipe_test Source_Files { local_pipe_client_test.cpp @@ -26,12 +29,14 @@ project(*loc spipe) : aceexe { } } project(*loc stream) : aceexe { + avoids += ace_for_tao exename = local_stream_test Source_Files { local_stream_client_test.cpp } } project(*rem dgram) : aceexe { + avoids += ace_for_tao exename = remote_dgram_test Source_Files { remote_dgram_client_test.cpp @@ -44,6 +49,7 @@ project(*rem svc dir) : aceexe { } } project(*rem stream) : aceexe { + avoids += ace_for_tao exename = remote_stream_test Source_Files { remote_stream_client_test.cpp @@ -56,6 +62,7 @@ project(*rem thr_stream) : aceexe { } } project(*bcast) : aceexe { + avoids += ace_for_tao exename = remote_broadcast_test Source_Files { broadcast_client_test.cpp -- cgit v1.2.1