aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/binary
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-06 13:42:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-06 13:42:48 +0200
commit835382d6ab077f356966631d64e7d5251c6613b2 (patch)
treeda4a9d39fc143d1f168c95b65019ccb5f4d11bfc /examples/cxx/hybrid/binary
parent1edc58b6ac3ef85928f4a073626036e9a75532ab (diff)
Get rid of extra escaping of # (build upgrade)
Diffstat (limited to 'examples/cxx/hybrid/binary')
-rw-r--r--examples/cxx/hybrid/binary/custom/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/binary/custom/makefile b/examples/cxx/hybrid/binary/custom/makefile
index 1f5f475..132ada0 100644
--- a/examples/cxx/hybrid/binary/custom/makefile
+++ b/examples/cxx/hybrid/binary/custom/makefile
@@ -44,8 +44,8 @@ $(gen): $(out_root)/xsde/xsde
$(gen): xsde := $(out_root)/xsde/xsde
$(gen): xsde_options += --generate-parser --generate-serializer \
--generate-aggregate --extern-xml-schema xml-schema.xsd \
---generate-insertion orawstream --hxx-prologue '\\\#include "orawstream.hxx"' \
---generate-extraction irawstream --hxx-prologue '\\\#include "irawstream.hxx"'
+--generate-insertion orawstream --hxx-prologue '\#include "orawstream.hxx"' \
+--generate-extraction irawstream --hxx-prologue '\#include "irawstream.hxx"'
# Header files for XML Schema namespace.
#