diff options
Diffstat (limited to 'msvc-14')
-rwxr-xr-x | msvc-14/msvc-14u0-32 | 4 | ||||
-rwxr-xr-x | msvc-14/msvc-14u2-32 | 4 | ||||
-rwxr-xr-x | msvc-14/msvc-14u2-64 | 4 | ||||
-rwxr-xr-x | msvc-14/msvc-14u3-32 | 4 | ||||
-rwxr-xr-x | msvc-14/msvc-14u3-64 | 4 |
5 files changed, 20 insertions, 0 deletions
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. |