Skip to content

Commit 52333db

Browse files
committed
remove VS2015 support
1 parent 8063e9b commit 52333db

File tree

11 files changed

+2
-1727
lines changed

11 files changed

+2
-1727
lines changed

.appveyor.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ environment:
1515
- VSVERSION: "16 2019"
1616
- VSVERSION: "15 2017"
1717
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
18-
- VSVERSION: "14 2015"
19-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
20-
PLATFORMTOOLSET: "v140_xp"
21-
CMAKE_VS_PLATFORM_TOOLSET: -DCMAKE_GENERATOR_TOOLSET=\"v140_xp\"
2218

2319
init:
2420
- cmake --version
@@ -29,7 +25,7 @@ before_build:
2925
- if "%APPVEYOR_REPO_TAG_NAME%"=="" ( set "APPVEYOR_REPO_TAG_NAME=dev-%VSVERSIONSHORT%-%platform%-%configuration%" )
3026
- mkdir build
3127
- cd build
32-
- cmake -G "Visual Studio %VSVERSION%" -DCPACK_PACKAGE_VERSION="%APPVEYOR_REPO_TAG_NAME%" %CMAKE_OPTIONS% %CMAKE_VS_PLATFORM_TOOLSET% ..
28+
- cmake -G "Visual Studio %VSVERSION%" -DCPACK_PACKAGE_VERSION="%APPVEYOR_REPO_TAG_NAME%" %CMAKE_OPTIONS% ..
3329

3430
build:
3531
project: "build\\winflexbison.sln"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/lexxmark/winflexbison/releases provides stable versions. To t
1717
The release page includes the full Changelog but you may also see the [changelog.md](changelog.md) file.
1818

1919
## Build requirements
20-
* Visual Studio 2015 or newer
20+
* Visual Studio 2017 or newer
2121
* optional: CMake (when building with CMake)
2222

2323
## HowTo

VS2015/common_lib/common_lib.vcxproj

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)