aboutsummaryrefslogtreecommitdiff
path: root/makefile
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 /makefile
parentf6313f17cb87d62c4a73f9d135baafd076431311 (diff)
Add support for VC12 (2013)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4e321a3..73cddaf 100644
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ $(test): $(addprefix $(out_base)/,$(addsuffix /.test,$(dirs)))
$(dist): export dirs := $(dirs)
$(dist): export docs := LICENSE NEWS README INSTALL version tester.bat
$(dist): data_dist := libstudxml-vc9.sln libstudxml-vc10.sln \
-libstudxml-vc11.sln
+libstudxml-vc11.sln libstudxml-vc12.sln
$(dist): exec_dist := bootstrap tester.in
$(dist): export extra_dist := $(data_dist) $(exec_dist)
$(dist): export version = $(shell cat $(src_root)/version)