diff --git a/windows/c-dev.lnk b/windows/c-dev.lnk new file mode 100644 index 0000000..f263d6a Binary files /dev/null and b/windows/c-dev.lnk differ diff --git a/windows/c-shell.bat b/windows/c-shell.bat new file mode 100644 index 0000000..a659e19 --- /dev/null +++ b/windows/c-shell.bat @@ -0,0 +1,11 @@ +@echo off + +REM +REM To run this at startup, use this as your shortcut target: +REM %windir%\system32\cmd.exe /k x:\dev\c-shell.bat +REM + +call "X:\Programs\Visual Studio 15\VC\vcvarsall.bat" x64 +REM not sure if i want this for all projects +REM set _NO_DEBUG_HEAP=1 +call "C:\Program Files\Git\git-bash.exe"