File tree Expand file tree Collapse file tree 10 files changed +30
-19
lines changed
Expand file tree Collapse file tree 10 files changed +30
-19
lines changed Original file line number Diff line number Diff line change 11name : VCMI - dependencies
22
33on :
4+ push :
5+ branches :
6+ - mmai-tmp
47 pull_request :
58 paths-ignore :
69 - README.md
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ include(common)
66compiler=msvc
77compiler.cppstd={{ vars.cppstd }}
88compiler.runtime=dynamic
9- compiler.version=194
109os=Windows
1110
1211[options]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ include(msvc)
2+
3+ [settings]
4+ # https://blog.knatten.org/2022/08/26/microsoft-c-versions-explained/
5+ # https://learn.microsoft.com/en-us/cpp/overview/compiler-versions
6+ # https://github.com/actions/runner-images/blob/win25/20251102.77/images/windows/Windows2025-Readme.md#microsoft-visual-c
7+ # v142 / 14.29 / 19.29
8+ compiler.version=192
9+ compiler.update=9
10+
111[conf]
12+ # VS 2022
13+ tools.microsoft.msbuild:vs_version=17
14+
215# https://walbourn.github.io/a-brief-history-of-windows-sdks/
316# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
417# https://learn.microsoft.com/en-us/windows/win32/WinProg/using-the-windows-headers
Original file line number Diff line number Diff line change 1+ include(msvc)
2+
3+ [settings]
4+ # https://blog.knatten.org/2022/08/26/microsoft-c-versions-explained/
5+ # https://learn.microsoft.com/en-us/cpp/overview/compiler-versions
6+ # https://github.com/actions/runner-images/blob/win25/20251102.77/images/windows/Windows2025-Readme.md#microsoft-visual-c
7+ # v144 / 14.44 / 19.44
8+ compiler.version=194
9+ compiler.update=4
10+
111[conf]
12+ # VS 2022
13+ tools.microsoft.msbuild:vs_version=17
14+
215# https://walbourn.github.io/a-brief-history-of-windows-sdks/
316# https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt
417# https://learn.microsoft.com/en-us/windows/win32/WinProg/using-the-windows-headers
Original file line number Diff line number Diff line change 1- include(base/msvc)
1+ include(base/msvc-win8 )
22
33[settings]
44arch=armv8
Original file line number Diff line number Diff line change 1- include(base/msvc-intel)
21include(base/msvc-win8)
32
43[settings]
Original file line number Diff line number Diff line change 1- include(base/msvc-intel)
21include(base/msvc-win7)
32
43[settings]
Original file line number Diff line number Diff line change 1- include(base/msvc-intel)
21include(base/msvc-win8)
32
43[settings]
Original file line number Diff line number Diff line change 1- include(base/msvc-intel)
21include(base/msvc-win7)
32
43[settings]
You can’t perform that action at this time.
0 commit comments