aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-15 12:30:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-15 12:30:06 +0200
commite74afd7ae8d6b77433594ec3a3fba83a735ab22e (patch)
tree658b591ff8a30fd001f4cc11971ed6b279eb0ece /bootstrap.sh
parent398a211a3dc166ef72bcda5917c94533d2c7e3e4 (diff)
Add bootstrap-{msvc, mingw}.bat
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
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++