From 3bf42ed8ccc93a3ff5fdabb9153b887018075acc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 19 Jan 2010 11:44:48 +0200 Subject: Add support for selective polymorphic in C++/Tree New options: --polymorphic-type, --polymorphic-type-all. --- examples/cxx/tree/custom/taxonomy/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/cxx/tree/custom/taxonomy/makefile') diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile index 4ecb64a..ca3327c 100644 --- a/examples/cxx/tree/custom/taxonomy/makefile +++ b/examples/cxx/tree/custom/taxonomy/makefile @@ -44,6 +44,7 @@ $(gen): xsd_options := \ --generate-inline \ --generate-forward \ --generate-polymorphic \ +--polymorphic-type person \ --custom-type "person=person_impl/person_base" \ --custom-type "superman=superman_impl/superman_base" \ --custom-type "batman=batman_impl/batman_base" \ -- cgit v1.1