aboutsummaryrefslogtreecommitdiff
path: root/boost/mssql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-06-03 18:28:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-06-03 18:28:36 +0200
commit419d6b8fd02a149dd9f05b3ffbf4a7676e6e8b34 (patch)
tree1ceccccbc0994e0f9151bac674604ba6c7103334 /boost/mssql/makefile
parent8253d9fdd049a87cd34c65b6d1a643bb091479a4 (diff)
Support for VC12 (2013), initial work
Diffstat (limited to 'boost/mssql/makefile')
-rw-r--r--boost/mssql/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/mssql/makefile b/boost/mssql/makefile
index b124952..414d205 100644
--- a/boost/mssql/makefile
+++ b/boost/mssql/makefile
@@ -13,13 +13,14 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(tests)))
$(dist): name := boost-mssql
$(dist): export dirs := $(tests)
$(dist): export extra_dist := $(name)-vc8.sln $(name)-vc9.sln \
-$(name)-vc10.sln $(name)-vc11.sln test.bat
+$(name)-vc10.sln $(name)-vc11.sln $(name)-vc12.sln test.bat
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(tests)))
$(call meta-automake)
$(call meta-vc8sln,$(name)-vc8.sln)
$(call meta-vc9sln,$(name)-vc9.sln)
$(call meta-vc10sln,$(name)-vc10.sln)
$(call meta-vc11sln,$(name)-vc11.sln)
+ $(call meta-vc12sln,$(name)-vc12.sln)
$(call meta-vctest,$(name)-vc10.sln,test.bat)
$(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(tests)))
@@ -29,6 +30,7 @@ $(call include,$(bld_root)/meta/vc8sln.make)
$(call include,$(bld_root)/meta/vc9sln.make)
$(call include,$(bld_root)/meta/vc10sln.make)
$(call include,$(bld_root)/meta/vc11sln.make)
+$(call include,$(bld_root)/meta/vc12sln.make)
$(call include,$(bld_root)/meta/vctest.make)
$(call include,$(bld_root)/meta/automake.make)