aboutsummaryrefslogtreecommitdiff
path: root/xsde/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-02 12:22:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-02 12:22:38 +0200
commit8336dd4c16d4885989a6d8f0c83a4b401f5cb63b (patch)
tree26ca613e7f3a3fe9fb75bf5bb3b65503661e0ebf /xsde/makefile
parente4c22d3686da0e973e21eae0561c1169c0eeff36 (diff)
Add support for attributes with default and fixed values.
tests/cxx/hybrid/default: new test tests/cxx/hybrid/binary: update to test default and fixed values
Diffstat (limited to 'xsde/makefile')
-rw-r--r--xsde/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/xsde/makefile b/xsde/makefile
index a8a4928..75a55a4 100644
--- a/xsde/makefile
+++ b/xsde/makefile
@@ -53,6 +53,7 @@ cxx_tun += cxx/serializer/elements.cxx \
cxx_tun += cxx/hybrid/elements.cxx \
cxx/hybrid/validator.cxx \
cxx/hybrid/generator.cxx \
+ cxx/hybrid/default-value.cxx \
cxx/hybrid/tree-size-processor.cxx \
cxx/hybrid/tree-name-processor.cxx \
cxx/hybrid/tree-forward.cxx \
@@ -75,13 +76,11 @@ cxx_tun += cxx/hybrid/elements.cxx \
cxx/hybrid/serializer-aggregate-header.cxx \
cxx/hybrid/serializer-aggregate-source.cxx
-
# Type map
#
cxx_tun += type-map/lexer.cxx \
type-map/parser.cxx
-
# Processing
#
cxx_tun += processing/inheritance/processor.cxx