From 3209a9fa6e87ad4d2f9d1087a1206347df4c6214 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 24 Nov 2016 11:38:44 +0200 Subject: Reorganize the script structure --- msvc-14u2 | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 msvc-14u2 (limited to 'msvc-14u2') diff --git a/msvc-14u2 b/msvc-14u2 deleted file mode 100755 index 8792e5d..0000000 --- a/msvc-14u2 +++ /dev/null @@ -1,32 +0,0 @@ -#! /usr/bin/env bash - -# MSVC 14U2 32-bit setup/configuration (note: using 64-to-32 cross-compiler). -# -# Should set the SDKBIN, VCBIN, VCDLL, INCLUDE, and LIB variables. -# - -# SDK -# -SDK="C:\\Program Files (x86)\\Windows Kits\\10" -SDKBIN="$SDK\\bin\\x86" -SDKVER="10.0.10586.0" - -INCLUDE="$SDK\\include\\$SDKVER\\shared;$SDK\\include\\$SDKVER\\um;$SDK\\include\\$SDKVER\\winrt" -LIB="$SDK\\lib\\$SDKVER\\um\\x86" - -# CRT -# -CRT="C:\\Program Files (x86)\\Windows Kits\\10" -CRTVER="10.0.10586.0" - -INCLUDE="$CRT\\include\\$CRTVER\\ucrt;$INCLUDE" -LIB="$CRT\\lib\\$CRTVER\\ucrt\\x86;$LIB" - -# VC -# -VC="C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC" -VCBIN="$VC\\bin\\amd64_x86" -VCDLL="$VC\\bin\\amd64" - -INCLUDE="$VC\\include;$INCLUDE" -LIB="$VC\\lib;$LIB" -- cgit v1.1