From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- xsd/dist/examples/cxx/tree/custom/mixed/makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'xsd/dist/examples/cxx/tree/custom/mixed/makefile') diff --git a/xsd/dist/examples/cxx/tree/custom/mixed/makefile b/xsd/dist/examples/cxx/tree/custom/mixed/makefile index a5ea87e..c5dac63 100644 --- a/xsd/dist/examples/cxx/tree/custom/mixed/makefile +++ b/xsd/dist/examples/cxx/tree/custom/mixed/makefile @@ -5,7 +5,14 @@ include $(root)/build/xsd/tree-rules.make override XSDFLAGS += --generate-inline --generate-serialization \ ---custom-type bio=/bio_base --hxx-epilogue '\#include "people-custom.hxx"' +--hxx-epilogue '\#include "people-custom.hxx"' + +ifneq ($(shell uname -o),Msys) +override XSDFLAGS += --custom-type bio=/bio_base +else +# Prevent MSYS from converting / to Windows path. +override XSDFLAGS += --custom-type bio=//bio_base +endif # Build. -- cgit v1.2.3