From 857fabab0c537a286e8a39503bf987029669d854 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Sep 2015 16:48:21 +0200 Subject: Add dummy source files to make Win32 export working --- odb/sqlite/blob-stream.cxx | 7 +++++++ odb/sqlite/makefile | 2 ++ odb/sqlite/text-stream.cxx | 7 +++++++ 3 files changed, 16 insertions(+) create mode 100644 odb/sqlite/blob-stream.cxx create mode 100644 odb/sqlite/text-stream.cxx diff --git a/odb/sqlite/blob-stream.cxx b/odb/sqlite/blob-stream.cxx new file mode 100644 index 0000000..4bcedeb --- /dev/null +++ b/odb/sqlite/blob-stream.cxx @@ -0,0 +1,7 @@ +// file : odb/sqlite/blob-stream.cxx +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +// Dummy source file to get Win32 DLL export working. diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile index e2ea0e9..0b3f8b2 100644 --- a/odb/sqlite/makefile +++ b/odb/sqlite/makefile @@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make cxx := \ +blob-stream.cxx \ connection.cxx \ connection-factory.cxx \ database.cxx \ @@ -19,6 +20,7 @@ statement.cxx \ statements-base.cxx \ statement-cache.cxx \ stream.cxx \ +text-stream.cxx \ tracer.cxx \ traits.cxx \ transaction.cxx \ diff --git a/odb/sqlite/text-stream.cxx b/odb/sqlite/text-stream.cxx new file mode 100644 index 0000000..f5642e4 --- /dev/null +++ b/odb/sqlite/text-stream.cxx @@ -0,0 +1,7 @@ +// file : odb/sqlite/text-stream.cxx +// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#include + +// Dummy source file to get Win32 DLL export working. -- cgit v1.1