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.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/ACE/examples/APG/Svc_Config/svc_config.mpc b/ACE/examples/APG/Svc_Config/svc_config.mpc
new file mode 100644
index 00000000000..c1dea20f8d0
--- /dev/null
+++ b/ACE/examples/APG/Svc_Config/svc_config.mpc
@@ -0,0 +1,25 @@
+// -*- 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
+ }
+}