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.mpc28
1 files changed, 28 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..ddc33b97c53
--- /dev/null
+++ b/ACE/examples/APG/Svc_Config/svc_config.mpc
@@ -0,0 +1,28 @@
+// -*- 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
+ }
+}