Handbook
Glossary
strip-c-io ( -- )
Vocabulary
tools
.
deploy
.
shaker
Word description
On all platforms, if
deploy-io
is 1, we strip out C streams. On Unix, if deploy-io is 3, we strip out C streams as well. On Windows, even if deploy-io is 3, C streams are still used for the console, so don't strip it there.
Definition
USING:
io.streams.c
kernel
parser
system
tools.deploy.config
;
IN:
tools.deploy.shaker
:
strip-c-io
( -- )
strip-io?
native-io?
os
windows?
not
and
or
[
"Stripping C I/O"
show
"vocab:tools/deploy/shaker/strip-c-io.factor"
run-file
]
when
;