How to use convert from VS 2015 / SDK v7.1 to VS 2019 / SDK 8.1 or 10.0?

nico's Avatar

nico

04 Jan, 2022 05:12 PM

I have this in my appveyor.yml:

  - set PSDKDir=C:\Program Files\Microsoft SDKs\Windows\v7.1
  - call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.Cmd" /win7 /x64 /Release
  - set WIXDIR="c:\Program Files (x86)\Windows Installer XML v3.5"
  # We're not doing any codesigning in the Appveyor build yet.
  - SET CODESIGN_PKT=0000000000000000
  - set PATH=%PATH%;C:\Python26;C:\Perl64\bin;C:\tools\cygwin\bin;C:\Program Files (x86)\HTML Help Workshop
  - set PATH=%PATH%;C:/msys64/usr/bin
  - set PATH=%PATH%;C:\program files (x86)\windows installer xml v3.5\bin;C:\cygwin\bin
  - set dbg__type=Debug
  - title Heimdal Build %CPU% %dbg__type%
  - echo PATH=%PATH%
  - nmake /f NTMakefile APPVEYOR=1 MAKEINFO=makeinfo NO_INSTALLERS=1

following installation of msys2 dependencies. How would I change this?

  1. 1 Posted by nico on 04 Jan, 2022 05:25 PM

    nico's Avatar
    install:
    - ps: dir 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Microsoft SDKs\Windows' -Recurse
    

    shows me the locations of the SDKs. I'll try 7.1 first.

  2. 2 Posted by nico on 05 Jan, 2022 07:02 PM

    nico's Avatar

    Alright, I've figured this out. Thanks.

  3. nico closed this discussion on 05 Jan, 2022 07:02 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

20 Aug, 2024 09:07 PM
15 Aug, 2024 09:17 AM
10 Aug, 2024 02:42 PM
09 Aug, 2024 10:48 PM
06 Aug, 2024 08:03 PM
01 Aug, 2024 04:26 PM