We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce6e5 commit 9171b28Copy full SHA for 9171b28
test/run-test.bat
@@ -1,6 +1,7 @@
1
if "%1" == "2019" (
2
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
3
) else (
4
- call "C:\Program Files\Microsoft Visual Studio\%1\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
+ @rem "TODO: Implement 2025 support in the future"
5
+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" %2
6
)
7
nmake /f Makefile.win32 check clean DLL_CFLAGS=%3 EXE_CFLAGS=%4
0 commit comments