diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 14:15:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-18 14:15:06 +0200 |
commit | 10af8b3e73ef64c4065acb0f016ce77f55815bc1 (patch) | |
tree | 5b322811a8e20c3d81e6ec1c6a8ee507d5430840 /bootstrap-msvc.bat | |
parent | ffb6ab0941f17a6ae7975cd92104541851d4413a (diff) |
Add /nologo to bootstrap-msvc.bat
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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_" == "__" ( |