aboutsummaryrefslogtreecommitdiff
path: root/mt-12
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-12
parentb0e0ca4e60483b76383ae3575ef39423fda608d6 (diff)
Add mt.exe driver
Diffstat (limited to 'mt-12')
-rwxr-xr-xmt-126
1 files changed, 6 insertions, 0 deletions
diff --git a/mt-12 b/mt-12
new file mode 100755
index 0000000..6a912dd
--- /dev/null
+++ b/mt-12
@@ -0,0 +1,6 @@
+#! /usr/bin/env bash
+
+src="$(dirname $(realpath ${BASH_SOURCE[0]}))"
+
+source "$src/msvc-12"
+source "$src/msvc-mt-common"