aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/nmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/nmakefile b/dist/examples/cxx/hybrid/nmakefile
index d9d791c..70d4dfe 100644
--- a/dist/examples/cxx/hybrid/nmakefile
+++ b/dist/examples/cxx/hybrid/nmakefile
@@ -13,6 +13,10 @@ dirs = $(dirs) hello multiroot streaming
dirs = $(dirs) library wildcard filter
!endif
+!if "$(XSDE_POLYMORPHIC)" == "y"
+dirs = $(dirs) polymorphism polyroot
+!endif
+
!endif
!endif