citrun

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

commit 3b13f16c89fd805abcfe91a9a80e2cfdf1b3ac83
parent aee25722b1df796fa40e8b5d48d3bb30fade5705
Author: kyle <kyle@0x30.net>
Date:   Sun, 29 Jan 2017 20:27:50 -0700

man: add win32 compilers

Diffstat:
Mman/citrun_wrap.1 | 23++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/man/citrun_wrap.1 b/man/citrun_wrap.1 @@ -18,14 +18,13 @@ .Os .Sh NAME .Nm citrun_wrap -.Nd enable C It Run on a build command +.Nd add C It Run to a build command .Sh SYNOPSIS .Nm .Ar build_cmd .Op Ar ... .Sh DESCRIPTION -Special information must be added to a programs source code in order to see it -run. +Special information must be added to a programs source code to see it run. .Pp The .Nm @@ -39,7 +38,8 @@ The given .Ar build_cmd must search .Ev PATH -when finding compiler binaries that must be one of the following: +when finding compiler binaries. +On UNIX-ish systems compiler binaries must named be one of the following: .Pp .Bl -bullet -compact .It @@ -60,9 +60,22 @@ g++ gcc .El .Pp +On Windows compiler binaries must be named one of the following: +.Pp +.Bl -bullet -compact +.It +cl +.It +cl.exe +.It +link +.It +link.exe +.El +.Pp All rewriting activity is written to .Pa citrun.log -files and human readable summaries can be generated from them with +files and human readable summaries may be generated by .Xr citrun_check 1 . .Pp Incremental building is supported by