Add windows bat file for starting a c dev session

This commit is contained in:
Michael Campagnaro 2017-03-22 20:49:28 -04:00
parent a586c7906f
commit 8db54019d9
2 changed files with 11 additions and 0 deletions

BIN
windows/c-dev.lnk Normal file

Binary file not shown.

11
windows/c-shell.bat Normal file
View File

@ -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"