aboutsummaryrefslogtreecommitdiff
path: root/access
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
commitdde0bc2f465804a6a6b4eb9770fbd094cdd0fdfa (patch)
tree6f9d67f4778d1ca8488ae04f16093d3435624eee /access
parent1bc3d11d26aa0cb6feba7fcfd6b8bb313beb31f5 (diff)
Add support for Visual Studio 2012
Diffstat (limited to 'access')
-rw-r--r--access/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/access/makefile b/access/makefile
index 6dbe181..cff8599 100644
--- a/access/makefile
+++ b/access/makefile
@@ -66,12 +66,13 @@ $(dist): headers := $(odb_hdr)
$(dist): export name := $(name)
$(dist): export odb_header_stem := $(basename $(odb_hdr))
$(dist): export extra_dist := README $(call vc9projs,$(name)) \
-$(call vc10projs,$(name))
+$(call vc10projs,$(name)) $(call vc11projs,$(name))
$(dist):
$(call dist-data,$(sources) $(headers) README database.hxx)
$(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.
#
@@ -104,6 +105,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