citrun

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

commit 649e72d56f329b8dbef748d83f3a12521626b1c8
parent d11b043bd598a2cb1bf02b27e8e014537a6bb470
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Tue,  3 Jan 2017 19:54:09 -0800

Jam: build faux compilers into compilers/

Diffstat:
MJamfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamfile b/Jamfile @@ -119,7 +119,7 @@ Main citrun_inst : $(INST_SRCS) ; if $(NT) { for i in cl.exe link.exe { - MakeLocate $(i) : $(LOCATE_SOURCE) ; + MakeLocate $(i) : compilers ; File $(i) : citrun_inst.exe ; Clean clean : $(i) ; }