Version
D:\Workspace\puTTY\Release>psftp -V
psftp: Release 0.77
Build platform: 64-bit x86 Windows
Compiler: Visual Studio 2019 (16.8), _MSC_VER=1928, _MSC_FULL_VER=192829337
Source commit: 61ab33efe48cfd1cea77e249e5598a89f3387fa3
puTTY Source Code
D:\Workspace\puTTY
├─charset
├─cmake
│ └─platforms
├─CMakeFiles
│ ├─0ed821d41fe6feb6fb458d7e92345060
│ ├─1b9f46a2db389927e339f5464f056a5e
│ ├─3.21.0
│ │ ├─CompilerIdC
│ │ │ ├─Debug
│ │ │ │ └─CompilerIdC.tlog
│ │ │ └─tmp
│ │ └─x64
│ │ └─Debug
│ │ └─VCTargetsPath.tlog
│ ├─90e5209935f2d6bdd6b1b1ffceece59f
│ ├─CheckIncludeFiles
│ └─CMakeTmp
├─contrib
│ └─cygtermd
├─crypto
│ └─CMakeFiles
├─doc
│ ├─CMakeFiles
│ └─html
├─icons
├─keygen
│ └─CMakeFiles
├─otherbackends
│ └─CMakeFiles
├─proxy
├─ssh
│ └─CMakeFiles
├─stubs
├─terminal
├─test
│ └─sclog
├─unix
│ └─utils
├─utils
│ └─CMakeFiles
└─windows
├─CMakeFiles
└─utils
cmake
D:\Workspace\puTTY>cmake -G "Visual Studio 16 2019"
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.28.29337.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: d:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.26.2.windows.1")
-- Looking for include files windows.h, winresrc.h
-- Looking for include files windows.h, winresrc.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include files windows.h, multimon.h
-- Looking for include files windows.h, multimon.h - found
-- Looking for include files windows.h, htmlhelp.h
-- Looking for include files windows.h, htmlhelp.h - found
-- Looking for strtoumax
-- Looking for strtoumax - found
-- Looking for AddDllDirectory
-- Looking for AddDllDirectory - found
-- Looking for SetDefaultDllDirectories
-- Looking for SetDefaultDllDirectories - found
-- Looking for GetNamedPipeClientProcessId
-- Looking for GetNamedPipeClientProcessId - found
-- Looking for CreatePseudoConsole
-- Looking for CreatePseudoConsole - found
-- Performing Test HAVE_GCP_RESULTSW
-- Performing Test HAVE_GCP_RESULTSW - Success
-- Performing Test HAVE_DWMAPI_H
-- Performing Test HAVE_DWMAPI_H - Success
-- Found Perl: D:/Green/Strawberry/perl/bin/perl.exe (found version "5.32.1")
-- Performing Test HAVE_WMMINTRIN_H
-- Performing Test HAVE_WMMINTRIN_H - Success
-- Performing Test HAVE_AES_NI
-- Performing Test HAVE_AES_NI - Success
-- Performing Test HAVE_SHAINTRIN_H
-- Performing Test HAVE_SHAINTRIN_H - Failed
-- Performing Test HAVE_SHA_NI
-- Performing Test HAVE_SHA_NI - Success
-- Performing Test HAVE_ARM_NEON_H
-- Performing Test HAVE_ARM_NEON_H - Failed
-- Performing Test HAVE_ARM64_NEON_H
-- Performing Test HAVE_ARM64_NEON_H - Failed
-- Configuring done
-- Generating done
-- Build files have been written to: D:/Workspace/puTTY
D:\Workspace\puTTY>