summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc1
-rw-r--r--examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc1
-rw-r--r--examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc3
-rw-r--r--examples/IPC_SAP/FILE_SAP/file_sap_client.mpc1
-rw-r--r--examples/IPC_SAP/SOCK_SAP/sock_sap.mpc6
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc3
6 files changed, 15 insertions, 0 deletions
diff --git a/examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc b/examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc
index a213dbd8942..a6535c82e82 100644
--- a/examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc
+++ b/examples/IPC_SAP/DEV_SAP/reader/dev_sap_reader.mpc
@@ -2,6 +2,7 @@
// $Id$
project : aceexe {
+ avoids += ace_for_tao
exename = reader
Source_Files {
reader.cpp
diff --git a/examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc b/examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc
index dc5d3c39ad7..75486584b6d 100644
--- a/examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc
+++ b/examples/IPC_SAP/DEV_SAP/writer/dev_sap_writer.mpc
@@ -2,6 +2,7 @@
// $Id$
project : aceexe {
+ avoids += ace_for_tao
exename = writer
Source_Files {
writer.cpp
diff --git a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
index 7d836016858..1e6d04447e5 100644
--- a/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
+++ b/examples/IPC_SAP/FIFO_SAP/fifo_sap.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*client) : aceexe {
+ avoids += ace_for_tao
exename = FIFO-client
Source_Files {
FIFO-client.cpp
@@ -9,6 +10,7 @@ project(*client) : aceexe {
}
project(*server) : aceexe {
+ avoids += ace_for_tao
exename = FIFO-server
Source_Files {
FIFO-server.cpp
@@ -30,6 +32,7 @@ project(*Msg_Server) : aceexe {
}
project(*test) : aceexe {
+ avoids += ace_for_tao
exename = FIFO-test
Source_Files {
FIFO-test.cpp
diff --git a/examples/IPC_SAP/FILE_SAP/file_sap_client.mpc b/examples/IPC_SAP/FILE_SAP/file_sap_client.mpc
index 634c32de441..24f9a2b3a61 100644
--- a/examples/IPC_SAP/FILE_SAP/file_sap_client.mpc
+++ b/examples/IPC_SAP/FILE_SAP/file_sap_client.mpc
@@ -2,6 +2,7 @@
// $Id$
project : aceexe {
+ avoids += ace_for_tao
exename = client
Source_Files {
client.cpp
diff --git a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc b/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
index 6ea1307c4fb..814280a515c 100644
--- a/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
+++ b/examples/IPC_SAP/SOCK_SAP/sock_sap.mpc
@@ -23,6 +23,7 @@ project(*CPP_inclient) : aceexe {
}
project(*CPP_inserver) : aceexe {
+ avoids += ace_for_tao
exename = CPP-inserver
Source_Files {
CPP-inserver.cpp
@@ -30,6 +31,7 @@ project(*CPP_inserver) : aceexe {
}
project(*CPP_memclient) : aceexe {
+ avoids += ace_for_tao
exename = CPP-memclient
Source_Files {
CPP-memclient.cpp
@@ -37,6 +39,7 @@ project(*CPP_memclient) : aceexe {
}
project(*CPP_memserver) : aceexe {
+ avoids += ace_for_tao
exename = CPP-memserver
Source_Files {
CPP-memserver.cpp
@@ -44,6 +47,7 @@ project(*CPP_memserver) : aceexe {
}
project(*FD_unclient) : aceexe {
+ avoids += ace_for_tao
exename = FD-unclient
Source_Files {
FD-unclient.cpp
@@ -51,6 +55,7 @@ project(*FD_unclient) : aceexe {
}
project(*CPP_unclient) : aceexe {
+ avoids += ace_for_tao
exename = CPP-unclient
Source_Files {
CPP-unclient.cpp
@@ -58,6 +63,7 @@ project(*CPP_unclient) : aceexe {
}
project(*CPP_unserver) : aceexe {
+ avoids += ace_for_tao
exename = CPP-unserver
Source_Files {
CPP-unserver.cpp
diff --git a/examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc b/examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc
index cb90595e2ae..d34d8671735 100644
--- a/examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc
+++ b/examples/IPC_SAP/UPIPE_SAP/UPIPE_SAP.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*ex1) : aceexe {
+ avoids += ace_for_tao
exename = ex1
Source_Files {
ex1.cpp
@@ -9,6 +10,7 @@ project(*ex1) : aceexe {
}
project(*ex2) : aceexe {
+ avoids += ace_for_tao
exename = ex2
Source_Files {
ex2.cpp
@@ -16,6 +18,7 @@ project(*ex2) : aceexe {
}
project(*ex3) : aceexe {
+ avoids += ace_for_tao
exename = ex3
Source_Files {
ex3.cpp