mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52:24 +00:00
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.
This commit is contained in:
parent
504c00e4ad
commit
4b17025035
2
Buildscr
2
Buildscr
@ -156,7 +156,7 @@ in putty do convert -size 493x58 canvas:white \( icons/putty-48.png -geometry +4
|
|||||||
|
|
||||||
delegate windows
|
delegate windows
|
||||||
# Build the main binaries.
|
# 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
|
# 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
|
# to do so. We assume here that the script accepts an -i option to
|
||||||
|
Loading…
Reference in New Issue
Block a user