Skip to content

Commit 04ed453

Browse files
committed
update build bat for 2022
1 parent 965e359 commit 04ed453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if exist Debug rd /s /q Debug
44
if exist Release rd /s /q Release
55
if exist x64 rd /s /q x64
66

7-
"%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
7+
"%programfiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
8+
REM "%programfiles%\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release
89

910
:exit
1011
popd

0 commit comments

Comments
 (0)