diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-08-05 22:10:05 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-08-05 22:10:05 +0100 |
| commit | cff5e54ec6b8d9b95effcad1ca2dd8bb0988517b (patch) | |
| tree | b7169f99f5952edc4e83d6b0499778514f7c5708 /misc/shell.bat | |
| parent | ba238c569a54ac52aa318aa1238be790f941f724 (diff) | |
LLVM Binaries
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 |