aboutsummaryrefslogtreecommitdiff
path: root/dist/libxsde/xsde/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/libxsde/xsde/nmakefile')
-rw-r--r--dist/libxsde/xsde/nmakefile8
1 files changed, 7 insertions, 1 deletions
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) \