aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/minimal/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/minimal/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/minimal/nmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/minimal/nmakefile b/dist/examples/cxx/hybrid/minimal/nmakefile
index 6a1c736..f3faf72 100644
--- a/dist/examples/cxx/hybrid/minimal/nmakefile
+++ b/dist/examples/cxx/hybrid/minimal/nmakefile
@@ -24,6 +24,10 @@ EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --suppress-validation
EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --reuse-style-mixin
!endif
+!if "$(XSDE_POLYMORPHIC)" == "y"
+EXTRA_XSDFLAGS = $(EXTRA_XSDFLAGS) --runtime-polymorphic
+!endif
+
driver.exe: driver.obj people.obj people-pskel.obj people-pimpl.obj \
people-sskel.obj people-simpl.obj $(root)\libxsde\xsde\xsde.lib