summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:13:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-11-26 03:13:13 +0000
commit4a0634ead4c82f7152cd660a896d878c5bb242ce (patch)
treec14398ff4e2ba5b5770035a1f77bea3c3dfd62f5 /examples/Service_Configurator/IPC-tests/client/Svc_Cfg_IPC_Client.mpc
parentb06704914056d132d5e9f74ac61a85eae3d82d01 (diff)
downloadATCD-4a0634ead4c82f7152cd660a896d878c5bb242ce.tar.gz
ChangeLogTag:Fri Nov 25 19:04:10 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
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, 7 insertions, 0 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 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