Add windows bat file for starting a c dev session
This commit is contained in:
BIN
windows/c-dev.lnk
Normal file
BIN
windows/c-dev.lnk
Normal file
Binary file not shown.
11
windows/c-shell.bat
Normal file
11
windows/c-shell.bat
Normal 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"
|
||||
Reference in New Issue
Block a user