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/text-stream.cxx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 odb/sqlite/text-stream.cxx (limited to 'odb/sqlite/text-stream.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