From e74afd7ae8d6b77433594ec3a3fba83a735ab22e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 15 Aug 2016 12:30:06 +0200 Subject: Add bootstrap-{msvc, mingw}.bat --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 24261b8..232f7e2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,9 @@ #!/bin/sh +# file : bootstrap.sh +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + usage="Usage: $0 [--help] [--cxx ] [--cxxflags ] []" cxx=g++ -- cgit v1.1