From 8d828a07be6eb3d77cf71dc002b143e187247ffb Mon Sep 17 00:00:00 2001 From: SSSiyan Date: Mon, 18 Oct 2021 17:43:56 +0100 Subject: [PATCH] Update build_vs2019.bat --- build_vs2019.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_vs2019.bat b/build_vs2019.bat index 5b9210a..f127b69 100644 --- a/build_vs2019.bat +++ b/build_vs2019.bat @@ -4,7 +4,7 @@ REM CLANG LINE REM cmake .. -G "Visual Studio 16 2019" -T ClangCl -DDEVELOPER_MODE=OFF REM ICL LINE REM cmake .. -G "Visual Studio 16 2019" -T "Intel C++ Compiler 19.0" -DDEVELOPER_MODE=OFF -cmake .. -G "Visual Studio 16 2019" -T ClangCl -DDEVELOPER_MODE=OFF +cmake .. -G "Visual Studio 16 2019" -A "Win32" -DDEVELOPER_MODE=OFF cmake --build . --config Release cd .. pause \ No newline at end of file