diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-02 08:45:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-02 08:45:03 +0200 |
commit | c3302ca3e31d8140210bc978277ac71fc2a89c6b (patch) | |
tree | 3bee943000373dc88c6307e15635361ac2da9ef2 /mt-14 | |
parent | b0e0ca4e60483b76383ae3575ef39423fda608d6 (diff) |
Add mt.exe driver
Diffstat (limited to 'mt-14')
-rwxr-xr-x | mt-14 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#! /usr/bin/env bash + +src="$(dirname $(realpath ${BASH_SOURCE[0]}))" + +source "$src/msvc-14" +source "$src/msvc-mt-common" |