diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-12 09:28:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:46 +0200 |
commit | 043d8fabcf15918e22efdbde41af4880b23c0104 (patch) | |
tree | 3d1aed8a2c8dd30d61417e5029390ba0865ad88b /mssql/makefile | |
parent | 3cc019d0df41400f9cf921040adab0ae198b570a (diff) |
Query support for SQL Server
Diffstat (limited to 'mssql/makefile')
-rw-r--r-- | mssql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mssql/makefile b/mssql/makefile index 6c441ef..83b9e90 100644 --- a/mssql/makefile +++ b/mssql/makefile @@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ native \ +query \ types default := $(out_base)/ |