diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:41:33 +0200 |
commit | 5e0128fc306acc2a2626b645214460d5bf214b39 (patch) | |
tree | cb3f0644955f788be025cfda74a2994e0ad1e5a0 /makefile | |
parent | 31a0507dfe9cb5a87e2a860bac25a8405788489c (diff) |
Autotools and VC++ build support for SQL Server
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,7 +36,8 @@ $(dist): export boost_dirs := $(boost_dirs) $(dist): export qt_dirs := $(qt_dirs) $(dist): data_dist := GPLv2 LICENSE README NEWS INSTALL version tester.bat \ mysql-driver.bat mysql.options sqlite-driver.bat sqlite.options \ -pgsql-driver.bat pgsql.options oracle-driver.bat oracle.options +pgsql-driver.bat pgsql.options oracle-driver.bat oracle.options \ +mssql-driver.bat mssql.options $(dist): exec_dist := bootstrap tester $(dist): export extra_dist := $(data_dist) $(exec_dist) test.bat \ $(call vc9slns,$(name)) $(call vc10slns,$(name)) |