diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-06 23:26:15 +0300 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-07 10:26:35 +0300 |
commit | 1c4c4816b7030b1071ede7bf6d794f0cd65b391b (patch) | |
tree | 7d24f11b7089a2b304c93bc8c71ca5bce8083a41 /emconfigure.bat | |
parent | 5a642b1a7ea78ab5e5a60f83a37dca46623559e0 (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 'emconfigure.bat')
-rw-r--r-- | emconfigure.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emconfigure.bat b/emconfigure.bat new file mode 100644 index 00000000..f900f407 --- /dev/null +++ b/emconfigure.bat @@ -0,0 +1,2 @@ +@echo off +python %~dp0\emconfigure %*
\ No newline at end of file |