summaryrefslogtreecommitdiff
path: root/examples/APG/Svc_Config/svc_config.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Svc_Config/svc_config.mpc')
-rw-r--r--examples/APG/Svc_Config/svc_config.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/APG/Svc_Config/svc_config.mpc b/examples/APG/Svc_Config/svc_config.mpc
index 933842648e5..ddc33b97c53 100644
--- a/examples/APG/Svc_Config/svc_config.mpc
+++ b/examples/APG/Svc_Config/svc_config.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*HA Status) : acelib {
+ avoids += ace_for_tao
sharedname = HA_Status
dynamicflags = HASTATUS_BUILD_DLL
Source_Files {
@@ -10,6 +11,7 @@ project(*HA Status) : acelib {
}
project(HA Configurable Server Dynamic) : aceexe {
+ avoids += ace_for_tao
exename = HA_Configurable_Server_Dynamic
Source_Files {
HA_Configurable_Server_Dynamic.cpp
@@ -17,6 +19,7 @@ project(HA Configurable Server Dynamic) : aceexe {
}
project(HA Configurable Server Static) : aceexe {
+ avoids += ace_for_tao
exename = HA_Configurable_Server_Static
Source_Files {
HA_Configurable_Server_Static.cpp