citrun

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

commit a7d52c7ff1cc7ff6a68478b78e865901a6eeda79
parent 5918c47eb0890267dadace883df54a515d39d7db
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue,  9 Aug 2016 19:08:33 -0600

bin: move stringize here

Diffstat:
MJamrules | 2+-
Rsrc/stringize -> bin/stringize | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -89,7 +89,7 @@ rule Stringize actions Stringize { - $(TOP)/src/stringize "static const char *$(1:B)" $(2) > $(1) ; + $(TOP)/bin/stringize "static const char *$(1:B)" $(2) > $(1) ; } rule MkWrap diff --git a/src/stringize b/bin/stringize