From 456bf7756daf0dac314dfd17a88e3448b3b8ddbd Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 19 Apr 2024 13:42:43 +0100 Subject: [PATCH] More msvc workarounds. --- test/module/msvc_test.bat | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/module/msvc_test.bat b/test/module/msvc_test.bat index 23220c25..d997020f 100644 --- a/test/module/msvc_test.bat +++ b/test/module/msvc_test.bat @@ -18,9 +18,10 @@ for %%f in (*.cpp) do ( time < nul -for %%f in (*.cpp) do ( - cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1 -) +rem uncomment this section to test/time non-module build: +rem for %%f in (*.cpp) do ( +rem cl /DTEST_HEADERS /std:c++latest /EHsc /nologo /W4 /I ..\..\..\.. %%f || exit 1 +rem ) -time < nul +rem time < nul