From 4f9bd5a46df045f9bd5774125233cf4ac11ae184 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Sep 2009 16:27:04 +0200 Subject: Start tracking XSD/e dependency information with git --- xsde/build/configuration-dynamic.make | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xsde/build/configuration-dynamic.make (limited to 'xsde/build/configuration-dynamic.make') diff --git a/xsde/build/configuration-dynamic.make b/xsde/build/configuration-dynamic.make new file mode 100644 index 0000000..cfedaa7 --- /dev/null +++ b/xsde/build/configuration-dynamic.make @@ -0,0 +1,18 @@ +xsde_arch_width := 32 +xsde_byteorder := l +xsde_stl := y +xsde_iostream := y +xsde_exceptions := y +xsde_longlong := y +xsde_snprintf := y +xsde_parser_validation := y +xsde_serializer_validation := y +xsde_reuse_style := tiein +xsde_xdr := n +xsde_cdr := n +xsde_polymorphic := n +xsde_parser_smap_buckets := 53 +xsde_parser_imap_buckets := 97 +xsde_serializer_smap_buckets := 53 +xsde_serializer_smap_bucket_buckets := 53 +xsde_serializer_imap_buckets := 97 -- cgit v1.1