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