From f399873d8df0cda717d525de02f561c88eb17c01 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Sun, 16 Sep 2012 13:21:50 +0200
Subject: Add support for Visual Studio 2012

---
 common/query/makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'common/query/makefile')

diff --git a/common/query/makefile b/common/query/makefile
index 8d08b04..8cfbb95 100644
--- a/common/query/makefile
+++ b/common/query/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
-- 
cgit v1.1