citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ebbc6dca7413cd6575536307dde8320d6faacdec
parent 4552ac11edf668d4487effb9dac33c7ee8e0d80d
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue,  3 Jan 2017 18:54:08 -0800

configure: don't set very specific Path

Diffstat:
Mconfigure.bat | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/configure.bat b/configure.bat @@ -10,7 +10,6 @@ rem Need to 'setlocal' otherwise Path modifications get saved to the parent shel rem Extends to end of file so we have these modifications the entire time. rem setlocal -set Path=C:\Users\kyle\src\jam-2.6\bin.ntx86;%Path% set Path=C:\LLVM\bin;%Path% WHERE cl