aboutsummaryrefslogtreecommitdiff
path: root/common/lifecycle
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 /common/lifecycle
parent05f6238ddae9347de4c320424e3cd924b5f8a146 (diff)
Add support for Visual Studio 2012
Diffstat (limited to 'common/lifecycle')
-rw-r--r--common/lifecycle/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/lifecycle/makefile b/common/lifecycle/makefile
index 210bb46..0fffed1 100644
--- a/common/lifecycle/makefile
+++ b/common/lifecycle/makefile
@@ -55,12 +55,13 @@ $(dist): headers := $(odb_hdr)
$(dist): data_dist := test.std
$(dist): export name := $(name)
$(dist): export extra_dist := $(data_dist) $(call vc9projs,$(name)) \
-$(call vc10projs,$(name))
+$(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) $(data_dist))
$(call meta-automake,../template/Makefile.am)
$(call meta-vc9projs,../template/template,$(name))
$(call meta-vc10projs,../template/template,$(name))
+ $(call meta-vc11projs,../template/template,$(name))
# Test.
#
@@ -96,6 +97,7 @@ endif
$(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/automake.make)
$(call include,$(bld_root)/cxx/standard.make) # cxx_standard