aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-14 12:21:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-14 12:21:35 +0200
commitb7197929af1cca15e490703ba3632ae52a348b60 (patch)
treee4ed9dc7cf2021d6ad398fade7fc8148ff982b16 /libxsde/xsde/makefile
parent6f395f9f769866a04f6949cb7ed14f93d90cf728 (diff)
New mapping for anyType with support for polymorphism
Diffstat (limited to 'libxsde/xsde/makefile')
-rw-r--r--libxsde/xsde/makefile8
1 files changed, 7 insertions, 1 deletions
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 += \