diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 12:30:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-15 12:30:06 +0200 |
commit | e74afd7ae8d6b77433594ec3a3fba83a735ab22e (patch) | |
tree | 658b591ff8a30fd001f4cc11971ed6b279eb0ece /bootstrap.sh | |
parent | 398a211a3dc166ef72bcda5917c94533d2c7e3e4 (diff) |
Add bootstrap-{msvc, mingw}.bat
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 <compiler>] [--cxxflags <flags>] [<host>]" cxx=g++ |