diff options
Diffstat (limited to 'misc/shell.bat')
| -rw-r--r-- | misc/shell.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/shell.bat b/misc/shell.bat new file mode 100644 index 000000000..1296a50be --- /dev/null +++ b/misc/shell.bat @@ -0,0 +1,9 @@ +@echo off + +call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64 1> NUL +rem call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 1> NUL +set _NO_DEBUG_HEAP=1 + +set path=w:\Odin\misc;%path% + +cls |