From 3c62e12e25bc7c6f67d993c02b67f2800af6b39f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 16 Sep 2012 13:21:48 +0200 Subject: Add support for Visual Studio 2012 --- odb/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 5a5b48a..8b62d46 100644 --- a/odb/makefile +++ b/odb/makefile @@ -126,7 +126,8 @@ $(src_base)/details/win32 -name '*.hxx' -o -name '*.ixx' -o -name '*.txx')) $(dist): data_dist := details/config-vc.h $(dist): export extra_dist := $(data_dist) libodb-vc9.vcproj \ -libodb-vc10.vcxproj libodb-vc10.vcxproj.filters +libodb-vc10.vcxproj libodb-vc10.vcxproj.filters \ +libodb-vc11.vcxproj libodb-vc11.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) @@ -136,6 +137,7 @@ $(win32_dll_sources) $(headers) $(posix_headers) $(win32_headers) \ $(data_dist) details/config.h.in) $(call meta-vc9proj,$(src_base)/libodb-vc9.vcproj) $(call meta-vc10proj,$(src_base)/libodb-vc10.vcxproj) + $(call meta-vc11proj,$(src_base)/libodb-vc11.vcxproj) $(call meta-automake) # Clean. @@ -162,6 +164,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/o-l.make) -- cgit v1.1