summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc')
-rw-r--r--examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
index 1e6d04447e5..7d836016858 100644
--- a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
+++ b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
@@ -2,7 +2,6 @@
// $Id$
project(*client) : aceexe {
- avoids += ace_for_tao
exename = FIFO-client
Source_Files {
FIFO-client.cpp
@@ -10,7 +9,6 @@ project(*client) : aceexe {
}
project(*server) : aceexe {
- avoids += ace_for_tao
exename = FIFO-server
Source_Files {
FIFO-server.cpp
@@ -32,7 +30,6 @@ project(*Msg_Server) : aceexe {
}
project(*test) : aceexe {
- avoids += ace_for_tao
exename = FIFO-test
Source_Files {
FIFO-test.cpp