From 5be9f5cc62919ae55311d369a0a1962175ed0565 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Oct 2010 13:44:56 +0200 Subject: Get rid of extra escaping of # (build upgrade) --- examples/cxx/tree/custom/contacts/makefile | 2 +- examples/cxx/tree/custom/mixed/makefile | 2 +- examples/cxx/tree/custom/taxonomy/makefile | 4 ++-- examples/cxx/tree/custom/wildcard/makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/cxx/tree') diff --git a/examples/cxx/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile index e279634..f6f2071 100644 --- a/examples/cxx/tree/custom/contacts/makefile +++ b/examples/cxx/tree/custom/contacts/makefile @@ -43,7 +43,7 @@ $(gen): xsd := $(out_root)/xsd/xsd $(gen): xsd_options := \ --generate-inline \ --custom-type contact=/contact_base \ ---hxx-epilogue '\\\#include "contacts-custom.hxx"' +--hxx-epilogue '\#include "contacts-custom.hxx"' $(gen): $(out_root)/xsd/xsd diff --git a/examples/cxx/tree/custom/mixed/makefile b/examples/cxx/tree/custom/mixed/makefile index 144299e..932749b 100644 --- a/examples/cxx/tree/custom/mixed/makefile +++ b/examples/cxx/tree/custom/mixed/makefile @@ -44,7 +44,7 @@ $(gen): xsd_options := \ --generate-inline \ --generate-serialization \ --custom-type bio=/bio_base \ ---hxx-epilogue '\\\#include "people-custom.hxx"' +--hxx-epilogue '\#include "people-custom.hxx"' $(gen): $(out_root)/xsd/xsd diff --git a/examples/cxx/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile index ca3327c..6eeefe1 100644 --- a/examples/cxx/tree/custom/taxonomy/makefile +++ b/examples/cxx/tree/custom/taxonomy/makefile @@ -48,8 +48,8 @@ $(gen): xsd_options := \ --custom-type "person=person_impl/person_base" \ --custom-type "superman=superman_impl/superman_base" \ --custom-type "batman=batman_impl/batman_base" \ ---fwd-prologue '\\\#include "people-custom-fwd.hxx"' \ ---hxx-prologue '\\\#include "people-custom.hxx"' +--fwd-prologue '\#include "people-custom-fwd.hxx"' \ +--hxx-prologue '\#include "people-custom.hxx"' $(gen): $(out_root)/xsd/xsd diff --git a/examples/cxx/tree/custom/wildcard/makefile b/examples/cxx/tree/custom/wildcard/makefile index d06fff3..dec11ba 100644 --- a/examples/cxx/tree/custom/wildcard/makefile +++ b/examples/cxx/tree/custom/wildcard/makefile @@ -45,7 +45,7 @@ $(gen): xsd_options := \ --generate-ostream \ --generate-serialization \ --custom-type data=/data_base \ ---hxx-epilogue '\\\#include "wildcard-custom.hxx"' +--hxx-epilogue '\#include "wildcard-custom.hxx"' $(gen): $(out_root)/xsd/xsd -- cgit v1.1