From 2e501c68a8641a2b3c430b55f13491a9c1c5d0f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 May 2010 12:20:11 +0200 Subject: Add support for custom allocators New example: examples/cxx/hybrid/allocator. --- build/xsde/serializer/xsd-cxx.make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/xsde/serializer/xsd-cxx.make') diff --git a/build/xsde/serializer/xsd-cxx.make b/build/xsde/serializer/xsd-cxx.make index a042ef9..86101c6 100644 --- a/build/xsde/serializer/xsd-cxx.make +++ b/build/xsde/serializer/xsd-cxx.make @@ -68,6 +68,10 @@ ifeq ($(xsde_reuse_style),none) ops += $(xsde_options) --reuse-style-none endif +ifeq ($(xsde_custom_allocator),y) +ops += $(xsde_options) --custom-allocator +endif + $(xsd_serializer_pattern): xsde_options := $(ops) -- cgit v1.1