citrun

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

commit 3552756628898378ca7ce0ab499b9f27907a026d
parent 3be2d43e4a082438bef74aa828c63da068aca59c
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue,  3 Jan 2017 19:28:31 -0800

configure: use 4 \'s on windows

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

diff --git a/configure.bat b/configure.bat @@ -49,7 +49,8 @@ echo C++FLAGS = /EHsc ; >>Jamrules echo( >>Jamrules echo FONT_PATH = "C:\Windows\Fonts\consola.ttf" ; >>Jamrules -echo CITRUN_SHARE = C:\Users\kyle\citrun\src ; >>Jamrules +echo CITRUN_COMPILERS = %CD:\=\\\\%\\\\compilers ; >> Jamrules +echo CITRUN_LIB = %CD:\=\\\\%\\\\libcitrun.lib ; >>Jamrules echo( >>Jamrules rem GL_CFLAGS = `pkg-config --cflags glfw3 glew freetype2` ;