summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc')
-rw-r--r--examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc b/examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc
index c44b40c6e32..900cd9635d2 100644
--- a/examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc
+++ b/examples/Service_Configurator/IPC-tests/server/Svc_Cfg_IPC_Server.mpc
@@ -1,8 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Lib) : acelib {
- avoids += ace_for_tao
+project(*Lib) : acelib, avoids_ace_for_tao {
sharedname = IPC_Tests_Server
dynamicflags += ACE_BUILD_SVC_DLL
Source_Files {
@@ -19,8 +18,7 @@ project(*Lib) : acelib {
}
}
-project(*test) : aceexe {
- avoids += ace_for_tao
+project(*test) : aceexe, avoids_ace_for_tao {
exename = server_test
after += Svc_Cfg_IPC_Server_Lib
libs += IPC_Tests_Server