From 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 14:41:45 +0200 Subject: Move path and filesystem from build2 to libbutl --- build/name | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build/name') diff --git a/build/name b/build/name index 412abad..924c123 100644 --- a/build/name +++ b/build/name @@ -10,10 +10,14 @@ #include #include // move() -#include +#include +// Note: include instead of this file directly. +// namespace build { + using butl::dir_path; + // A name is what we operate on by default. Depending on the context, // it can be interpreted as a target or prerequisite name. A name // without a type and directory can be used to represent any text. -- cgit v1.1