diff options
Diffstat (limited to 'build2/file.hxx')
-rw-r--r-- | build2/file.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/file.hxx b/build2/file.hxx index 23362c8..08d089d 100644 --- a/build2/file.hxx +++ b/build2/file.hxx @@ -57,6 +57,11 @@ namespace build2 pair<dir_path, bool> find_out_root (const dir_path&); + // The old/new src_root paths. See main() (where they are set) for details. + // + extern dir_path old_src_root; + extern dir_path new_src_root; + // If buildfile is '-', then read from STDIN. // void |