From 881f4bca6ce2684b9a60f1462be0e8a88c47219a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Oct 2010 15:46:04 +0200 Subject: Schema evolution examples require support for polymorphism --- dist/examples/cxx/hybrid/evolution/makefile | 4 +++- dist/examples/cxx/hybrid/evolution/nmakefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'dist') 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 \ -- cgit v1.1