diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-19 12:24:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-10-19 12:24:48 +0200 |
commit | d85695eb523ae0595e64b8169e7b18e17681cda3 (patch) | |
tree | 5bbdc5a77015bb5a248c6273a6e5da4a90daa7cf | |
parent | 8102dc6ec63b4ff0eb3da7dcd66ce12ef7f71010 (diff) |
Update XSD/e configuration3.2.0.b1
-rw-r--r-- | xsde/build/configuration-dynamic.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xsde/build/configuration-dynamic.make b/xsde/build/configuration-dynamic.make index cfedaa7..32fa3ca 100644 --- a/xsde/build/configuration-dynamic.make +++ b/xsde/build/configuration-dynamic.make @@ -1,13 +1,18 @@ xsde_arch_width := 32 xsde_byteorder := l +xsde_encoding := utf8 xsde_stl := y +xsde_stl_iterator := n xsde_iostream := y xsde_exceptions := y xsde_longlong := y xsde_snprintf := y xsde_parser_validation := y xsde_serializer_validation := y +xsde_regexp := n xsde_reuse_style := tiein +xsde_custom_allocator := n +xsde_default_allocator := n xsde_xdr := n xsde_cdr := n xsde_polymorphic := n |