aboutsummaryrefslogtreecommitdiff
path: root/tests/roundtrip
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-30 08:02:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-30 08:02:42 +0200
commit6f9ded221d69320047a8c3a0621cd797a86c07e2 (patch)
tree5edc9feca989d493f7859b4b00beb2490a7f33b2 /tests/roundtrip
parentf6313f17cb87d62c4a73f9d135baafd076431311 (diff)
Add support for VC12 (2013)
Diffstat (limited to 'tests/roundtrip')
-rw-r--r--tests/roundtrip/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile
index d550036..672951c 100644
--- a/tests/roundtrip/makefile
+++ b/tests/roundtrip/makefile
@@ -45,13 +45,15 @@ $(dist): sources := $(cxx_tun)
$(dist): extras := $(tests)
$(dist): export extra_dist := $(extras) $(name)-vc9.vcproj \
$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters \
-$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters
+$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters \
+$(name)-vc12.vcxproj $(name)-vc12.vcxproj.filters
$(dist):
$(call dist-data,$(sources) $(extras))
$(call meta-automake,../template/Makefile.am)
$(call meta-vc9proj,../template/template-vc9.vcproj,$(name)-vc9.vcproj)
$(call meta-vc10proj,../template/template-vc10.vcxproj,$(name)-vc10.vcxproj)
$(call meta-vc11proj,../template/template-vc11.vcxproj,$(name)-vc11.vcxproj)
+ $(call meta-vc12proj,../template/template-vc12.vcxproj,$(name)-vc12.vcxproj)
# Test.
#
@@ -88,6 +90,7 @@ $(call include,$(bld_root)/dist.make)
$(call include,$(bld_root)/meta/vc9proj.make)
$(call include,$(bld_root)/meta/vc10proj.make)
$(call include,$(bld_root)/meta/vc11proj.make)
+$(call include,$(bld_root)/meta/vc12proj.make)
$(call include,$(bld_root)/meta/automake.make)
$(call include,$(bld_root)/cxx/o-e.make)