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-mingw.bat | |
parent | 53aa4375ca5a3a17a0869fbaa34a88817920ec56 (diff) |
Adjust bootstrap.sh interface to be similar to .bat versions
Diffstat (limited to 'bootstrap-mingw.bat')
-rw-r--r-- | bootstrap-mingw.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-mingw.bat b/bootstrap-mingw.bat index 9b0a5f7..fe55991 100644 --- a/bootstrap-mingw.bat +++ b/bootstrap-mingw.bat @@ -20,6 +20,8 @@ echo example: echo. echo %0 g++ -O3 echo. +echo See the INSTALL file for details. +echo. goto end :start |