aboutsummaryrefslogtreecommitdiff
path: root/build2/in/init.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24Move in build system module to separate libraryBoris Kolpackov1-37/+0
2019-07-01Split build system into library and driverBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-07-16Implement in moduleBoris Kolpackov1-0/+37
Given test.in containing something along these lines: foo = $foo$ Now we can do: using in file{test}: in{test.in} file{test}: foo = FOO The alternative variable substitution symbol can be specified with the in.symbol variable and lax (instead of the default strict) mode with in.substitution. For example: file{test}: in.symbol = '@' file{test}: in.substitution = lax