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.mpc28
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/APG/Svc_Config/svc_config.mpc b/examples/APG/Svc_Config/svc_config.mpc
deleted file mode 100644
index ddc33b97c53..00000000000
--- a/examples/APG/Svc_Config/svc_config.mpc
+++ /dev/null
@@ -1,28 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*HA Status) : acelib {
- avoids += ace_for_tao
- sharedname = HA_Status
- dynamicflags = HASTATUS_BUILD_DLL
- Source_Files {
- HA_Status_Dynamic.cpp
- }
-}
-
-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
- exename = HA_Configurable_Server_Static
- Source_Files {
- HA_Configurable_Server_Static.cpp
- HA_Status_Static.cpp
- }
-}