• Eureka Series : MSVC puTTY + psFTP Dev


    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
    
    • 1
    • 2
    • 3
    • 4
    • 5

    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
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44

    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>
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
    • 32
    • 33
    • 34
    • 35
    • 36
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • 54
    • 55
  • 相关阅读:
    C++ Tutorials: C++ Language: Compound data types: Dynamic memory
    ITSM和ITIL有什么区别?
    Docker可视化—Portainer安装
    Redis篇之设置外网可访问redis的方法
    基于thinkphp5利用QQ邮箱发送邮件的实现
    移动语义和完美转发浅析
    BoW - Bag of Words - 词袋模型
    《徐汇区推动数字广告产业高质量发展的扶持意见》的通知
    .net MVC 拦截器
    夏洛克和他的女朋友—线性筛—逻辑
  • 原文地址:https://blog.csdn.net/unix2linux/article/details/126344633