aboutsummaryrefslogtreecommitdiff
path: root/mt-11
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-02 08:45:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-02 08:45:03 +0200
commitc3302ca3e31d8140210bc978277ac71fc2a89c6b (patch)
tree3bee943000373dc88c6307e15635361ac2da9ef2 /mt-11
parentb0e0ca4e60483b76383ae3575ef39423fda608d6 (diff)
Add mt.exe driver
Diffstat (limited to 'mt-11')
-rwxr-xr-xmt-116
1 files changed, 6 insertions, 0 deletions
diff --git a/mt-11 b/mt-11
new file mode 100755
index 0000000..9a0456a
--- /dev/null
+++ b/mt-11
@@ -0,0 +1,6 @@
+#! /usr/bin/env bash
+
+src="$(dirname $(realpath ${BASH_SOURCE[0]}))"
+
+source "$src/msvc-11"
+source "$src/msvc-mt-common"