aboutsummaryrefslogtreecommitdiff
path: root/dist/tests/cxx/hybrid/nmakefile
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 /dist/tests/cxx/hybrid/nmakefile
parent6f395f9f769866a04f6949cb7ed14f93d90cf728 (diff)
New mapping for anyType with support for polymorphism
Diffstat (limited to 'dist/tests/cxx/hybrid/nmakefile')
-rw-r--r--dist/tests/cxx/hybrid/nmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/tests/cxx/hybrid/nmakefile b/dist/tests/cxx/hybrid/nmakefile
index 57d2324..3f94ad0 100644
--- a/dist/tests/cxx/hybrid/nmakefile
+++ b/dist/tests/cxx/hybrid/nmakefile
@@ -5,7 +5,7 @@ root = ..\..\..
dirs = sequences
!if "$(XSDE_POLYMORPHIC)" == "y"
-dirs = $(dirs) polymorphism\enumeration polymorphism\multischema
+dirs = $(dirs) polymorphism\any-type polymorphism\enumeration polymorphism\multischema
!endif
!if "$(XSDE_STL)" == "y"