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

---
 mysql/types/makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'mysql/types')

diff --git a/mysql/types/makefile b/mysql/types/makefile
index ccc8ee9..112af70 100644
--- a/mysql/types/makefile
+++ b/mysql/types/makefile
@@ -54,12 +54,14 @@ $(dist): export extra_headers := traits.hxx
 $(dist): data_dist := test.std
 $(dist): export name := $(subst /,-,$(subst $(src_root)/mysql/,,$(src_base)))
 $(dist): export extra_dist := $(data_dist) $(name)-vc9.vcproj \
-$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters
+$(name)-vc10.vcxproj $(name)-vc10.vcxproj.filters \
+$(name)-vc11.vcxproj $(name)-vc11.vcxproj.filters
 $(dist):
 	$(call dist-data,$(sources) $(headers) $(extra_headers) $(data_dist))
 	$(call meta-automake,../template/Makefile.am)
 	$(call meta-vc9proj,../template/template-vc9.vcproj,$(name)-vc9.vcproj)
 	$(call meta-vc10proj,../template/template-vc10.vcxproj,$(name)-vc10.vcxproj)
+	$(call meta-vc11proj,../template/template-vc11.vcxproj,$(name)-vc11.vcxproj)
 
 # Test.
 #
@@ -95,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