aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/lowercase-headers4
-rwxr-xr-xmsvc-11/msvc-11-324
-rwxr-xr-xmsvc-12/msvc-12-324
-rwxr-xr-xmsvc-14/msvc-14u0-324
-rwxr-xr-xmsvc-14/msvc-14u2-324
-rwxr-xr-xmsvc-14/msvc-14u2-644
-rwxr-xr-xmsvc-14/msvc-14u3-324
-rwxr-xr-xmsvc-14/msvc-14u3-644
-rwxr-xr-xmsvc-15/msvc-15rc1-324
-rwxr-xr-xmsvc-15/msvc-15rc1-644
-rwxr-xr-xmsvc-15/msvc-15rc2-326
-rwxr-xr-xmsvc-15/msvc-15rc2-646
-rwxr-xr-xmsvc-common/msvc-cl-common4
-rwxr-xr-xmsvc-common/msvc-common4
-rwxr-xr-xmsvc-common/msvc-lib-common4
-rwxr-xr-xmsvc-common/msvc-link-common4
-rwxr-xr-xmsvc-common/msvc-mt-common4
-rwxr-xr-xmsvc-common/msvc-rc-common4
-rwxr-xr-xmsvc-common/msvc-sdk-common4
19 files changed, 78 insertions, 2 deletions
diff --git a/etc/lowercase-headers b/etc/lowercase-headers
index 28868fc..dd9c42a 100755
--- a/etc/lowercase-headers
+++ b/etc/lowercase-headers
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : etc/lowercase-headers
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Create all-lowercase symlinks for .h headers in <dir> (recursively) that
# contain capital letters in their names.
#
diff --git a/msvc-11/msvc-11-32 b/msvc-11/msvc-11-32
index 6db77cc..7c6aa4f 100755
--- a/msvc-11/msvc-11-32
+++ b/msvc-11/msvc-11-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-11/msvc-11-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 11 32-bit setup/configuration.
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-12/msvc-12-32 b/msvc-12/msvc-12-32
index 6d77ff6..dbca2c9 100755
--- a/msvc-12/msvc-12-32
+++ b/msvc-12/msvc-12-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-12/msvc-12-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 12 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-14/msvc-14u0-32 b/msvc-14/msvc-14u0-32
index 2d101cd..001e7e6 100755
--- a/msvc-14/msvc-14u0-32
+++ b/msvc-14/msvc-14u0-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-14/msvc-14u0-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 14 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-14/msvc-14u2-32 b/msvc-14/msvc-14u2-32
index 0eadc14..c36710a 100755
--- a/msvc-14/msvc-14u2-32
+++ b/msvc-14/msvc-14u2-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-14/msvc-14u2-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 14U2 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-14/msvc-14u2-64 b/msvc-14/msvc-14u2-64
index 78d65d8..2e09163 100755
--- a/msvc-14/msvc-14u2-64
+++ b/msvc-14/msvc-14u2-64
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-14/msvc-14u2-64
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 14U2 64-bit setup/configuration.
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-14/msvc-14u3-32 b/msvc-14/msvc-14u3-32
index 4822400..3b7cdd4 100755
--- a/msvc-14/msvc-14u3-32
+++ b/msvc-14/msvc-14u3-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-14/msvc-14u3-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 14U3 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-14/msvc-14u3-64 b/msvc-14/msvc-14u3-64
index 9a4e202..bd12636 100755
--- a/msvc-14/msvc-14u3-64
+++ b/msvc-14/msvc-14u3-64
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-14/msvc-14u3-64
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 14U3 64-bit setup/configuration.
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-15/msvc-15rc1-32 b/msvc-15/msvc-15rc1-32
index 5e0f4c8..57eb08c 100755
--- a/msvc-15/msvc-15rc1-32
+++ b/msvc-15/msvc-15rc1-32
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-15/msvc-15rc1-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 15RC1 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-15/msvc-15rc1-64 b/msvc-15/msvc-15rc1-64
index e50d91b..33fe760 100755
--- a/msvc-15/msvc-15rc1-64
+++ b/msvc-15/msvc-15rc1-64
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-15/msvc-15rc1-64
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# MSVC 15RC1 64-bit setup/configuration.
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
diff --git a/msvc-15/msvc-15rc2-32 b/msvc-15/msvc-15rc2-32
index 3d529c6..70248e2 100755
--- a/msvc-15/msvc-15rc2-32
+++ b/msvc-15/msvc-15rc2-32
@@ -1,6 +1,10 @@
#! /usr/bin/env bash
-# MSVC 15RC1 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
+# file : msvc-15/msvc-15rc2-32
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+# MSVC 15RC2 32-bit setup/configuration (note: using 64-to-32 cross-compiler).
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
#
diff --git a/msvc-15/msvc-15rc2-64 b/msvc-15/msvc-15rc2-64
index 5a111de..53c2fd5 100755
--- a/msvc-15/msvc-15rc2-64
+++ b/msvc-15/msvc-15rc2-64
@@ -1,6 +1,10 @@
#! /usr/bin/env bash
-# MSVC 15RC1 64-bit setup/configuration.
+# file : msvc-15/msvc-15rc2-64
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+# MSVC 15RC2 64-bit setup/configuration.
#
# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables.
#
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common
index 4a5b79f..c0e0528 100755
--- a/msvc-common/msvc-cl-common
+++ b/msvc-common/msvc-cl-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-cl-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_dir must be set.
# Common cl.exe driver that expects the VCBIN, INCLUDE, and, if running as a
diff --git a/msvc-common/msvc-common b/msvc-common/msvc-common
index c73bd65..c1f732b 100755
--- a/msvc-common/msvc-common
+++ b/msvc-common/msvc-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_dir must be set.
# Translate absolute POSIX path to a Windows path with winepath.
diff --git a/msvc-common/msvc-lib-common b/msvc-common/msvc-lib-common
index a34039d..9a51315 100755
--- a/msvc-common/msvc-lib-common
+++ b/msvc-common/msvc-lib-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-lib-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_dir must be set.
# Common lib.exe driver that expects the VCBIN and LIB variables to be set for
diff --git a/msvc-common/msvc-link-common b/msvc-common/msvc-link-common
index 25d3949..be5b2bb 100755
--- a/msvc-common/msvc-link-common
+++ b/msvc-common/msvc-link-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-link-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_exe and src_dir must be set.
# Common link.exe driver that expects the VCBIN, SDKBIN, and LIB variables to
diff --git a/msvc-common/msvc-mt-common b/msvc-common/msvc-mt-common
index 7a452bc..996fb8e 100755
--- a/msvc-common/msvc-mt-common
+++ b/msvc-common/msvc-mt-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-mt-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_dir must be set.
# Common mt.exe driver that expects the SDKBIN variable to be set for the
diff --git a/msvc-common/msvc-rc-common b/msvc-common/msvc-rc-common
index b406bac..7bb9a43 100755
--- a/msvc-common/msvc-rc-common
+++ b/msvc-common/msvc-rc-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-rc-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Note: shouldn't be executed directly, src_dir must be set.
# Common rc.exe driver that expects the SDKBIN and INCLUDE variables to be set
diff --git a/msvc-common/msvc-sdk-common b/msvc-common/msvc-sdk-common
index a3b1096..927f7d9 100755
--- a/msvc-common/msvc-sdk-common
+++ b/msvc-common/msvc-sdk-common
@@ -1,5 +1,9 @@
#! /usr/bin/env bash
+# file : msvc-common/msvc-sdk-common
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
# Figure out the latest Windows 10 SDK version. Fail if none is found.
#
function windows10_sdkversion ()