From e4c22d3686da0e973e21eae0561c1169c0eeff36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Mar 2009 17:09:53 +0200 Subject: Implement support for XML Schema polymorphism in C++/Hybrid examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests --- dist/libxsde/xsde/makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/libxsde/xsde/makefile') diff --git a/dist/libxsde/xsde/makefile b/dist/libxsde/xsde/makefile index eb1abb3..142c269 100644 --- a/dist/libxsde/xsde/makefile +++ b/dist/libxsde/xsde/makefile @@ -49,6 +49,12 @@ endif ## src += cxx/hybrid/sequence.cxx +ifeq ($(XSDE_POLYMORPHIC),y) +src += \ +cxx/hybrid/parser-map.cxx \ +cxx/hybrid/serializer-map.cxx +endif + ifeq ($(XSDE_CDR),y) src += \ cxx/hybrid/cdr/exceptions.cxx \ -- cgit v1.1