1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/cmake
Simon Tatham f8165649a1 32-bit Windows x86: reinstate subsystem version of 5.01.
This went missing in the migration to CMake, and broke compatibility
of the standard 32-bit builds with Windows XP. (Of course, the
'buildold' versions should still have run.)

There doesn't seem to be a convenient CMake option to configure it
cleanly, so I had to do a bodgy string-replace on the variable
containing the linker flags, which I found by source-diving in CMake.
That's fragile enough that I've also put in a check after the fact, so
that we'll find out if it ever stops working.
2022-09-11 15:17:20 +01:00
..
platforms 32-bit Windows x86: reinstate subsystem version of 5.01. 2022-09-11 15:17:20 +01:00
cmake.h.in Implement AES-GCM using the @openssh.com protocol IDs. 2022-08-16 20:33:58 +01:00
gitcommit.cmake Add some missing #includes. 2022-09-03 11:59:12 +01:00
gtk.cmake Fix pre-GTK3 build failures in puttyapp / ptermapp. 2021-12-18 11:43:57 +00:00
licence.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
setup.cmake Use correct flags for RelWithDebInfo. 2022-05-19 23:23:14 +01:00
toolchain-mingw.cmake Reinstate __USE_MINGW_ANSI_STDIO for MinGW builds. 2022-08-29 17:22:28 +01:00
toolchain-winegcc.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
winegcc Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00