From b7197929af1cca15e490703ba3632ae52a348b60 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Oct 2010 12:21:35 +0200 Subject: New mapping for anyType with support for polymorphism --- dist/libxsde/xsde/makefile | 8 +++++++- dist/libxsde/xsde/nmakefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'dist/libxsde') diff --git a/dist/libxsde/xsde/makefile b/dist/libxsde/xsde/makefile index af6cfe9..99cddc1 100644 --- a/dist/libxsde/xsde/makefile +++ b/dist/libxsde/xsde/makefile @@ -69,7 +69,13 @@ endif ## C++/Hybrid ## -src += cxx/hybrid/sequence.cxx +src += \ +cxx/hybrid/any-type.cxx \ +cxx/hybrid/any-type-pimpl.cxx \ +cxx/hybrid/any-type-pskel.cxx \ +cxx/hybrid/any-type-simpl.cxx \ +cxx/hybrid/any-type-sskel.cxx \ +cxx/hybrid/sequence.cxx ifeq ($(XSDE_POLYMORPHIC),y) src += \ diff --git a/dist/libxsde/xsde/nmakefile b/dist/libxsde/xsde/nmakefile index aaffe74..bbf8797 100644 --- a/dist/libxsde/xsde/nmakefile +++ b/dist/libxsde/xsde/nmakefile @@ -75,7 +75,13 @@ src = $(src) cxx\xml\char-table.cxx cxx\xml\ncname.cxx ## C++/Hybrid ## -src = $(src) cxx\hybrid\sequence.cxx +src = $(src) \ +cxx\hybrid\any-type.cxx \ +cxx\hybrid\any-type-pimpl.cxx \ +cxx\hybrid\any-type-pskel.cxx \ +cxx\hybrid\any-type-simpl.cxx \ +cxx\hybrid\any-type-sskel.cxx \ +cxx\hybrid\sequence.cxx !if "$(XSDE_POLYMORPHIC)" == "y" src = $(src) \ -- cgit v1.1