To: vim_dev@googlegroups.com Subject: Patch 9.0.0522 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0522 Problem: Build fails on Appveyor. Solution: Select Visual Studio 2015 for the build tools. Files: .appveyor.yml *** ../vim-9.0.0521/.appveyor.yml 2022-09-09 10:51:14.411772415 +0100 --- .appveyor.yml 2022-09-20 20:51:15.586189481 +0100 *************** *** 17,22 **** --- 17,24 ---- before_build: # Use Windows SDK 7.1 (= MSVC 2010) - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 /release' + # Visual Studio 2015 compiler tools + - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64' - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um' build_script: *** ../vim-9.0.0521/src/version.c 2022-09-20 20:25:33.116224593 +0100 --- src/version.c 2022-09-20 20:52:17.894170957 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 522, /**/ -- hundred-and-one symptoms of being an internet addict: 114. You are counting items, you go "0,1,2,3,4,5,6,7,8,9,A,B,C,D...". /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///