aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mysql/makefile')
-rw-r--r--odb/mysql/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/mysql/makefile b/odb/mysql/makefile
index fbe1aad..931e668 100644
--- a/odb/mysql/makefile
+++ b/odb/mysql/makefile
@@ -105,7 +105,8 @@ $(dist): data_dist := $(cli_tun) details/config.h.in
$(dist): export extra_dist := $(data_dist) \
libodb-mysql-vc8.vcproj libodb-mysql-vc9.vcproj \
libodb-mysql-vc10.vcxproj libodb-mysql-vc10.vcxproj.filters \
-libodb-mysql-vc11.vcxproj libodb-mysql-vc11.vcxproj.filters
+libodb-mysql-vc11.vcxproj libodb-mysql-vc11.vcxproj.filters \
+libodb-mysql-vc12.vcxproj libodb-mysql-vc12.vcxproj.filters
$(dist): export interface_version = $(shell sed -e \
's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version)
@@ -116,6 +117,7 @@ $(dist): $(gen)
$(call meta-vc9proj,$(src_base)/libodb-mysql-vc9.vcproj)
$(call meta-vc10proj,$(src_base)/libodb-mysql-vc10.vcxproj)
$(call meta-vc11proj,$(src_base)/libodb-mysql-vc11.vcxproj)
+ $(call meta-vc12proj,$(src_base)/libodb-mysql-vc12.vcxproj)
$(call meta-automake)
# Clean.
@@ -145,6 +147,7 @@ $(call include,$(bld_root)/meta/vc8proj.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/vc12proj.make)
$(call include,$(bld_root)/meta/automake.make)
$(call include,$(cli_rules))