Skip to content

Commit

Permalink
patch 9.0.0529: appveyor setup contains outdated lines
Browse files Browse the repository at this point in the history
Problem:    Appveyor setup contains outdated lines.
Solution:   Remove outdated lines. (Ken Takata, closes #11182)
  • Loading branch information
k-takata authored and brammool committed Sep 21, 2022
1 parent c3430cb commit 8eaee1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .appveyor.yml
Expand Up @@ -15,11 +15,8 @@ matrix:
fast_finish: true

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
# Use Visual Studio 2015 compiler tools (default is 2012)
- '"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:
- ci/appveyor.bat
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -699,6 +699,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
529,
/**/
528,
/**/
Expand Down

0 comments on commit 8eaee1f

Please sign in to comment.