MUI - Migration of the MS VS2022 compiler to MS VS2026

This commit is contained in:
Pairi Daiza
2026-02-14 18:22:12 +01:00
parent 5456e496e1
commit faae0674bf
6 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ setlocal EnableExtensions EnableDelayedExpansion
set _SCRIPTDIR_=%~dp0
pushd %_SCRIPTDIR_%
call :RESOLVE_PATH _EXE_PATH_ "..\..\Bin\Debug_x64_v143\Notepad3.exe"
::call :RESOLVE_PATH _EXE_PATH_ "..\..\Bin\Release_x64_v143\Notepad3.exe"
call :RESOLVE_PATH _EXE_PATH_ "..\..\Bin\Debug_x64_v145\Notepad3.exe"
::call :RESOLVE_PATH _EXE_PATH_ "..\..\Bin\Release_x64_v145\Notepad3.exe"
call :RESOLVE_PATH _LOG_FILE_ ".\log.txt"