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 --- libxsde/xsde/makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libxsde/xsde/makefile') diff --git a/libxsde/xsde/makefile b/libxsde/xsde/makefile index ce95980..0741d13 100644 --- a/libxsde/xsde/makefile +++ b/libxsde/xsde/makefile @@ -77,7 +77,13 @@ endif ## C++/Hybrid ## -cxx_tun += cxx/hybrid/sequence.cxx +cxx_tun += \ +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) cxx_tun += \ -- cgit v1.1