aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-18 15:46:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-18 15:46:04 +0200
commit881f4bca6ce2684b9a60f1462be0e8a88c47219a (patch)
tree239223c4eec1d8f380045b8e65c97d848f8bde87 /dist
parent9bd733502a774baad0c6d9644310da844c68e78f (diff)
Schema evolution examples require support for polymorphism
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/cxx/hybrid/evolution/makefile4
-rw-r--r--dist/examples/cxx/hybrid/evolution/nmakefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/dist/examples/cxx/hybrid/evolution/makefile b/dist/examples/cxx/hybrid/evolution/makefile
index 7a87d36..b03df82 100644
--- a/dist/examples/cxx/hybrid/evolution/makefile
+++ b/dist/examples/cxx/hybrid/evolution/makefile
@@ -6,13 +6,15 @@ dirs :=
ifeq ($(XSDE_IOSTREAM),y)
ifeq ($(XSDE_EXCEPTIONS),y)
-
ifeq ($(XSDE_STL),y)
+
+ifeq ($(XSDE_POLYMORPHIC),y)
dirs += ignore passthrough
endif
endif
endif
+endif
.PHONY: all $(dirs)
diff --git a/dist/examples/cxx/hybrid/evolution/nmakefile b/dist/examples/cxx/hybrid/evolution/nmakefile
index 61d6546..7b9b21c 100644
--- a/dist/examples/cxx/hybrid/evolution/nmakefile
+++ b/dist/examples/cxx/hybrid/evolution/nmakefile
@@ -6,13 +6,15 @@ dirs =
!if "$(XSDE_IOSTREAM)" == "y"
!if "$(XSDE_EXCEPTIONS)" == "y"
-
!if "$(XSDE_STL)" == "y"
+
+!if "$(XSDE_POLYMORPHIC)" == "y"
dirs = $(dirs) ignore passthrough
!endif
!endif
!endif
+!endif
all:
@for %i in ( $(dirs) ) do \