From 837a110d52aa22e6f5f3c13048dd48b9026e6664 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Mar 2019 15:30:03 +0200 Subject: Add note to bootstrap-msvc.bat --- bootstrap-msvc.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index a404b5b4..d9b4f5ae 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -134,6 +134,9 @@ for %%d in (%src%) do ( rem Filter out *.test.cxx sources. rem + rem Note that we don't need to worry about *.obj since we clean them all up + rem before compiling so after compiling we will only have the ones we need. + rem set "r=" for /F "tokens=*" %%i in ('dir /b *.cxx ^| findstr /v "\.test\.cxx"') do set "r=!r! %%i" -- cgit