aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-06-03 18:28:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-06-03 18:28:35 +0200
commit581daf2930c76d1e2622ef908f0dff517b8fc73e (patch)
tree3f6c19cda0c3865b95ac686bc62a6ade21f99479 /odb/boost/makefile
parent1d21dacb7484060bae5852aa292a440bff28aba0 (diff)
Support for VC12 (2013), initial work
Diffstat (limited to 'odb/boost/makefile')
-rw-r--r--odb/boost/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/odb/boost/makefile b/odb/boost/makefile
index 0f812ad..fc8c40c 100644
--- a/odb/boost/makefile
+++ b/odb/boost/makefile
@@ -57,7 +57,8 @@ $(dist): export options = $(subst $(src_base)/,,$(shell find $(src_base) \
-name '*.options'))
$(dist): export extra_dist := libodb-boost-vc8.vcproj libodb-boost-vc9.vcproj \
libodb-boost-vc10.vcxproj libodb-boost-vc10.vcxproj.filters \
-libodb-boost-vc11.vcxproj libodb-boost-vc11.vcxproj.filters
+libodb-boost-vc11.vcxproj libodb-boost-vc11.vcxproj.filters \
+libodb-boost-vc12.vcxproj libodb-boost-vc12.vcxproj.filters
$(dist): export interface_version = $(shell sed -e \
's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version)
@@ -67,6 +68,7 @@ $(dist):
$(call meta-vc9proj,$(src_base)/libodb-boost-vc9.vcproj)
$(call meta-vc10proj,$(src_base)/libodb-boost-vc10.vcxproj)
$(call meta-vc11proj,$(src_base)/libodb-boost-vc11.vcxproj)
+ $(call meta-vc12proj,$(src_base)/libodb-boost-vc12.vcxproj)
$(call meta-automake)
# Clean.
@@ -95,6 +97,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,$(bld_root)/cxx/o-l.make)