mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 20:52:13 +00:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
|
|
import type ;
|
|
type.register VERBATIM : verbatim ;
|
|
|
|
import generators ;
|
|
generators.register-standard verbatim.inline-file : VERBATIM : CPP ;
|
|
|
|
# Note: To use Cygwin Python on Windows change the following line
|
|
# to "python inline_file.py $(<) $(>)"
|
|
# Also, make sure that "python" in in PATH.
|
|
actions inline-file
|
|
{
|
|
"./inline_file.py" $(<) $(>)
|
|
} |