From 18d2d38ba4c03d48a772174f3de856d81ff39a4f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Jun 2016 18:17:33 +0200 Subject: Major redesign of wrappers --- cl-12 | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'cl-12') diff --git a/cl-12 b/cl-12 index 8bda7ff..29490fc 100755 --- a/cl-12 +++ b/cl-12 @@ -1,20 +1,6 @@ #! /usr/bin/env bash -trap 'exit 1' ERR +src="$(dirname $(realpath ${BASH_SOURCE[0]}))" -SDK="C:\Program Files (x86)\Windows Kits\8.1" - -INCLUDE="$SDK\include\shared;$SDK\include\um;$SDK\include\winrt" -LIB="$SDK\lib\winv6.3\um\x86" - -VC="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC" - -INCLUDE="$VC\include;$INCLUDE" -LIB="$VC\lib;$LIB" - -export INCLUDE -export LIB - -export WINEDEBUG=fixme-all - -wine "$VC\bin\cl.exe" $* +source "$src/msvc-12" +source "$src/msvc-cl-common" -- cgit v1.1