aboutsummaryrefslogtreecommitdiff
path: root/emranlib.bat
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-04-06 23:26:15 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-04-07 10:26:35 +0300
commit1c4c4816b7030b1071ede7bf6d794f0cd65b391b (patch)
tree7d24f11b7089a2b304c93bc8c71ca5bce8083a41 /emranlib.bat
parent5a642b1a7ea78ab5e5a60f83a37dca46623559e0 (diff)
Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove reference to juj/vs-tool emxxx.exe in favor of the new .bat files.
Diffstat (limited to 'emranlib.bat')
-rw-r--r--emranlib.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/emranlib.bat b/emranlib.bat
new file mode 100644
index 00000000..69bf8aa4
--- /dev/null
+++ b/emranlib.bat
@@ -0,0 +1,2 @@
+@echo off
+python %~dp0\emranlib %* \ No newline at end of file