From fe69d94f3d2dcb37d69ac2d7a0f88ad5fce2ad5c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Mar 2011 11:56:33 +0200 Subject: Add support for embedded database schemas New options: --schema-format, --default-schema. New example: schema/embedded. --- odb/makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index d73f007..ea9385a 100644 --- a/odb/makefile +++ b/odb/makefile @@ -12,6 +12,7 @@ cxx-lexer.cxx \ sql-lexer.cxx \ context.cxx \ common.cxx \ +emitter.cxx \ type-processor.cxx \ include.cxx \ header.cxx \ @@ -34,10 +35,11 @@ tracer/source.cxx cxx_ptun += \ mysql/context.cxx \ mysql/common.cxx \ -mysql/schema.cxx \ mysql/header.cxx \ mysql/inline.cxx \ -mysql/source.cxx +mysql/source.cxx \ +mysql/schema.cxx \ +mysql/sql-schema.cxx cxx_ptun += \ semantics/class.cxx \ @@ -68,7 +70,7 @@ cxx_dtun := odb.cxx # Common units. # -cxx_ctun := database.cxx profile.cxx +cxx_ctun := option-types.cxx option-functions.cxx profile.cxx # Options file. # @@ -118,6 +120,7 @@ gen := $(addprefix $(out_base)/,$(genf)) $(gen): $(cli) $(gen): cli := $(cli) $(gen): cli_options += \ +--generate-modifier \ --generate-specifier \ --generate-description \ --suppress-undocumented \ -- cgit v1.1