From 581daf2930c76d1e2622ef908f0dff517b8fc73e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jun 2014 18:28:35 +0200 Subject: Support for VC12 (2013), initial work --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f4317f5..f9b3cdd 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,7 @@ $(dist): export dirs := $(dirs) $(dist): export docs := GPLv2 LICENSE README NEWS version $(dist): export options := odb/boost.options $(dist): data_dist := INSTALL libodb-boost-vc8.sln libodb-boost-vc9.sln \ -libodb-boost-vc10.sln libodb-boost-vc11.sln +libodb-boost-vc10.sln libodb-boost-vc11.sln libodb-boost-vc12.sln $(dist): exec_dist := bootstrap $(dist): export extra_dist := $(data_dist) $(exec_dist) $(dist): export version = $(shell cat $(src_root)/version) -- cgit v1.1