From 8336dd4c16d4885989a6d8f0c83a4b401f5cb63b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Apr 2009 12:22:38 +0200 Subject: 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 --- xsde/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xsde/makefile') 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 -- cgit v1.1