diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 15:53:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 15:53:11 +0200 |
commit | 62dd2b4cef3e8bd4506a92ab2d4f70e154d98e44 (patch) | |
tree | 2992c220a3b757ea2eb4923edf686ff0966223f0 /bootstrap-msvc.bat | |
parent | 53aa4375ca5a3a17a0869fbaa34a88817920ec56 (diff) |
Adjust bootstrap.sh interface to be similar to .bat versions
Diffstat (limited to 'bootstrap-msvc.bat')
-rw-r--r-- | bootstrap-msvc.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-msvc.bat b/bootstrap-msvc.bat index 459fe1a..56623d4 100644 --- a/bootstrap-msvc.bat +++ b/bootstrap-msvc.bat @@ -25,6 +25,8 @@ echo For example: echo. echo %0 cl.exe /nologo echo. +echo See the INSTALL file for details. +echo. goto end rem Clean up .obj files from all the directories passed as arguments. |