aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/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/common/makefile
parent8253d9fdd049a87cd34c65b6d1a643bb091479a4 (diff)
Support for VC12 (2013), initial work
Diffstat (limited to 'libcommon/common/makefile')
-rw-r--r--libcommon/common/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 5647ba2..f375c6d 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -122,7 +122,7 @@ $(dist): export headers = $(subst $(src_base)/,,$(shell find $(src_base) \
$(dist): data_dist := config.h.in config-vc.h
$(dist): export extra_dist := $(data_dist) $(call vc8projs,libcommon) \
$(call vc9projs,libcommon) $(call vc10projs,libcommon) \
-$(call vc11projs,libcommon)
+$(call vc11projs,libcommon) $(call vc12projs,libcommon)
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
@@ -131,6 +131,7 @@ $(dist):
$(call meta-vc9projs,libcommon)
$(call meta-vc10projs,libcommon)
$(call meta-vc11projs,libcommon)
+ $(call meta-vc12projs,libcommon)
# Clean.
#
@@ -158,6 +159,7 @@ $(call include,$(bld_root)/meta/vc8proj.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/cxx-d.make)