From 4b17025035f0a9e38959ca536eb4a9805902b269 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 21 Jan 2017 14:55:48 +0000 Subject: [PATCH] Switch the main Windows build to Visual Studio 2015. This is a big jump from the previous VS2003. It should add a little performance (VS2015 is a better-optimising compiler), but mostly it's groundwork for doing other useful things such as 64-bit builds and security-related linker features. The downside is reduced support for very old versions of Windows, which I'll address shortly. --- Buildscr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buildscr b/Buildscr index b90067e2..92c94c6c 100644 --- a/Buildscr +++ b/Buildscr @@ -156,7 +156,7 @@ in putty do convert -size 493x58 canvas:white \( icons/putty-48.png -geometry +4 delegate windows # Build the main binaries. - in putty/windows with visualstudio do/win mkdir build32 && nmake -f Makefile.vc BUILDDIR=build32\ $(Makeargs) all cleantestprogs + in putty/windows with visualstudio2015_32bit do/win mkdir build32 && nmake -f Makefile.vc BUILDDIR=build32\ $(Makeargs) all cleantestprogs # Code-sign the binaries, if the local bob config provides a script # to do so. We assume here that the script accepts an -i option to -- 2.45.2