diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-21 11:19:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:46 +0200 |
commit | 0e9d2582dc02ff507265fcafc99ef6a13f0dc3f7 (patch) | |
tree | b06aa27e81e0813d432c43671a1e61d8518c2143 /mssql/makefile | |
parent | 07c02dcecd806810226db734f193bdcf4df8cae7 (diff) |
ODB compiler implementation, traits, and types test for SQL Server
Diffstat (limited to 'mssql/makefile')
-rw-r--r-- | mssql/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mssql/makefile b/mssql/makefile index fa68039..6c3b2a8 100644 --- a/mssql/makefile +++ b/mssql/makefile @@ -8,7 +8,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make #@@ template # tests := \ -native +native \ +types default := $(out_base)/ dist := $(out_base)/.dist |