Log Message: |
Create backport branch for supporting compilation with VS2012, VS2013 and
VS2015.
This patch makes it possible to compile with the newer Visual Studio
toolchains.
* build/generator/gen_vcnet_vcproj.py
Pass toolset_version
* build/generator/gen_win.py
Pass toolset_version.
* build/generator/templates/svn_config.vcxproj.ezt
* build/generator/templates/vcnet_vcxproj.ezt
* build/generator/templates/zlib.vcxproj.ezt
Generate PlatformToolset element.
* gen-make.py
Document support for newer VS versions.
|