Patch 9.0.0522

3 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 20, 2022, 3:53:19 PM9/20/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages