summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc7
1 files changed, 0 insertions, 7 deletions
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 6876c4aac4d..11fa3ae9fe7 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,21 +2,18 @@
// $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
@@ -29,14 +26,12 @@ 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
@@ -49,7 +44,6 @@ project(*rem svc dir) : aceexe {
}
}
project(*rem stream) : aceexe {
- avoids += ace_for_tao
exename = remote_stream_test
Source_Files {
remote_stream_client_test.cpp
@@ -62,7 +56,6 @@ project(*rem thr_stream) : aceexe {
}
}
project(*bcast) : aceexe {
- avoids += ace_for_tao
exename = remote_broadcast_test
Source_Files {
broadcast_client_test.cpp