summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc
new file mode 100644
index 00000000000..577eb5f2de0
--- /dev/null
+++ b/TAO/examples/POA/Explicit_Activation/Alt_Resources/Alt_Resource.mpc
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+project: taolib {
+ sharedname = Alt_Resource_Factory
+ dynamicflags = Alt_Resource_Factory_BUILD_DLL
+
+ verbatim(gnuace, top) {
+ ifneq ($(MAKE),)
+ include $(ACE_ROOT)/include/makeinclude/macros.GNU
+ TARGETS_NESTED := $(TARGETS_NESTED:.nested=)
+ $(TARGETS_NESTED):
+ " @echo alt_resource will only build on Windows"
+ else
+ }
+ verbatim(gnuace, bottom) {
+ endif
+ }
+}