aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-11 15:07:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-11 15:07:23 +0200
commit45c31a649ea6c334577bca293350affdfdc819c2 (patch)
tree2903f6f5f445f8c70a4fb81e5d0f632d86f03a87 /dist
parent05fd4edde31f67ff13c0a92372e5d9baa4fb2d5d (diff)
Add a default value to the 'available' attribute
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/cxx/hybrid/library/makefile3
-rw-r--r--dist/examples/cxx/hybrid/library/nmakefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/dist/examples/cxx/hybrid/library/makefile b/dist/examples/cxx/hybrid/library/makefile
index be92939..2b1e09e 100644
--- a/dist/examples/cxx/hybrid/library/makefile
+++ b/dist/examples/cxx/hybrid/library/makefile
@@ -38,7 +38,8 @@ library-simpl.o: library-simpl.cxx
%.hxx %.cxx %-pskel.hxx %-pskel.cxx %-pimpl.hxx %-pimpl.cxx \
%-sskel.hxx %-sskel.cxx %-simpl.hxx %-simpl.cxx: %.xsd
$(root)/bin/xsde cxx-hybrid $(XSDFLAGS) $(EXTRA_XSDFLAGS) \
---generate-parser --generate-serializer --generate-aggregate $<
+--generate-parser --generate-serializer --generate-aggregate \
+--omit-default-attributes $<
# Test.
#
diff --git a/dist/examples/cxx/hybrid/library/nmakefile b/dist/examples/cxx/hybrid/library/nmakefile
index b5a622b..a8c1730 100644
--- a/dist/examples/cxx/hybrid/library/nmakefile
+++ b/dist/examples/cxx/hybrid/library/nmakefile
@@ -37,7 +37,8 @@ library-pskel.cxx library-pskel.hxx library-pimpl.cxx library-pimpl.hxx \
library-sskel.cxx library-sskel.hxx library-simpl.cxx library-simpl.hxx \
: library.xsd
$(root)\bin\xsde.exe cxx-hybrid $(XSDFLAGS) $(EXTRA_XSDFLAGS) \
---generate-parser --generate-serializer --generate-aggregate library.xsd
+--generate-parser --generate-serializer --generate-aggregate \
+--omit-default-attributes library.xsd
# Test.
#