aboutsummaryrefslogtreecommitdiff
path: root/libcommon/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-16 13:21:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-16 13:21:50 +0200
commitf399873d8df0cda717d525de02f561c88eb17c01 (patch)
treecc418d583cf963318c37cc47ef8f6b292e416a7b /libcommon/makefile
parent05f6238ddae9347de4c320424e3cd924b5f8a146 (diff)
Add support for Visual Studio 2012
Diffstat (limited to 'libcommon/makefile')
-rw-r--r--libcommon/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcommon/makefile b/libcommon/makefile
index b137b11..c64ab99 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -14,16 +14,18 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
$(dist): export dirs := $(dirs)
$(dist): export extra_dist := $(call vc9slns,libcommon) \
-$(call vc10slns,libcommon)
+$(call vc10slns,libcommon) $(call vc11slns,libcommon)
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(dirs)))
$(call meta-automake)
$(call meta-vc9slns,libcommon)
$(call meta-vc10slns,libcommon)
+ $(call meta-vc11slns,libcommon)
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(dirs)))
$(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/automake.make)
$(foreach d,$(dirs),$(call import,$(src_base)/$d/makefile))