From 10af8b3e73ef64c4065acb0f016ce77f55815bc1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Aug 2016 14:15:06 +0200 Subject: Add /nologo to bootstrap-msvc.bat --- bootstrap-msvc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap-msvc.bat') diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 1238e44..2ac3b68 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -89,7 +89,7 @@ if "_%1_" == "__" ( rem Get the compile options. rem -set "ops=/EHsc /MT /MP" +set "ops=/nologo /EHsc /MT /MP" :ops_next shift if "_%1_" == "__" ( -- cgit v1.1