aboutsummaryrefslogtreecommitdiff
path: root/libcommon/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 /libcommon/makefile
parent8253d9fdd049a87cd34c65b6d1a643bb091479a4 (diff)
Support for VC12 (2013), initial work
Diffstat (limited to 'libcommon/makefile')
-rw-r--r--libcommon/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcommon/makefile b/libcommon/makefile
index e1fc2db..f6217c2 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -17,6 +17,7 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(dirs)))
$(call meta-vc9slns,libcommon)
$(call meta-vc10slns,libcommon)
$(call meta-vc11slns,libcommon)
+ $(call meta-vc12slns,libcommon)
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(dirs)))
@@ -24,6 +25,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/automake.make)
$(foreach d,$(dirs),$(call import,$(src_base)/$d/makefile))