diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 18:43:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-15 18:43:03 +0200 |
commit | 0a2b28b4034a6b44f7bb7a126935d9e58cc0c1f9 (patch) | |
tree | 65ecf66a742cc7f80f784b996fcb7a3e6ca14253 /sqlite/template | |
parent | 0d65234bc5c6742721c00360a0e3117d51d89c5f (diff) |
Implement SQLite incremental BLOB/TEXT I/O
Diffstat (limited to 'sqlite/template')
-rw-r--r-- | sqlite/template/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite/template/makefile b/sqlite/template/makefile index 83832b2..4e39a1c 100644 --- a/sqlite/template/makefile +++ b/sqlite/template/makefile @@ -30,6 +30,7 @@ $(gen): $(odb) $(gen): odb := $(odb) $(gen) $(dist): export odb_options += --database sqlite --default-database \ common --generate-schema --table-prefix sqlitex_template_ #@@ CHANGE THIS +# Note: 'x' here is not a typo. $(gen): cpp_options := -I$(src_base) $(gen): $(common.l.cpp-options) |