aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/sqlite/blob-stream.cxx7
-rw-r--r--odb/sqlite/makefile2
-rw-r--r--odb/sqlite/text-stream.cxx7
3 files changed, 16 insertions, 0 deletions
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 <odb/sqlite/blob-stream.hxx>
+
+// 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 <odb/sqlite/text-stream.hxx>
+
+// Dummy source file to get Win32 DLL export working.