aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/library/nmakefile
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/examples/cxx/hybrid/library/nmakefile
parent05fd4edde31f67ff13c0a92372e5d9baa4fb2d5d (diff)
Add a default value to the 'available' attribute
Diffstat (limited to 'dist/examples/cxx/hybrid/library/nmakefile')
-rw-r--r--dist/examples/cxx/hybrid/library/nmakefile3
1 files changed, 2 insertions, 1 deletions
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.
#