diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:46:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-20 15:45:47 +0200 |
commit | 605e4dee303f2a7b3b493e7a73faa09e61d88839 (patch) | |
tree | 675b7b05630d6b195cef2f0478a70b05b9cae173 /qt/mssql/Makefile.am | |
parent | efe50036fbdca051ac44e76a7b0b8be37076dc9a (diff) |
Autotools and VC++ build support for SQL Server
Diffstat (limited to 'qt/mssql/Makefile.am')
-rw-r--r-- | qt/mssql/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qt/mssql/Makefile.am b/qt/mssql/Makefile.am new file mode 100644 index 0000000..4ed226a --- /dev/null +++ b/qt/mssql/Makefile.am @@ -0,0 +1,7 @@ +# file : qt/mssql/Makefile.am +# author : Constantin Michael <constantin@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +SUBDIRS = __path__(dirs) +EXTRA_DIST = __file__(extra_dist) |