aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 08:44:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 08:44:01 +0200
commit00d972abb9dcbe7c99cd9b94cefc725024cfb4bc (patch)
tree95ad5e69205d4222f9ab34ca041fcfa78cc9b997 /odb/mssql/makefile
parentbc85d6a1c8d5296428c121cd1b51d470d5c0e963 (diff)
Add initial database class implementation
Diffstat (limited to 'odb/mssql/makefile')
-rw-r--r--odb/mssql/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/mssql/makefile b/odb/mssql/makefile
index fbe46f4..70fc9c6 100644
--- a/odb/mssql/makefile
+++ b/odb/mssql/makefile
@@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
cxx := \
auto-handle.cxx \
+database.cxx \
error.cxx \
exceptions.cxx