diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-16 13:21:49 +0200 |
commit | cc73421f5a617c8c9e93dbddb6825a53a23d5a29 (patch) | |
tree | f89e18ec0ed5c57a1dd9a32ba1b698149a0b72f4 /makefile | |
parent | c3a22b9fc707fc9c07096515563e4dd140a335d7 (diff) |
Add support for Visual Studio 20122.1.0
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs))) $(dist): export dirs := $(dirs) $(dist): export docs := GPLv2 LICENSE README NEWS version $(dist): export options := odb/boost.options -$(dist): data_dist := INSTALL libodb-boost-vc9.sln libodb-boost-vc10.sln +$(dist): data_dist := INSTALL libodb-boost-vc9.sln libodb-boost-vc10.sln \ +libodb-boost-vc11.sln $(dist): exec_dist := bootstrap $(dist): export extra_dist := $(data_dist) $(exec_dist) $(dist): export version = $(shell cat $(src_root)/version) |