From 1845141809aa91b03718066a6f46863885a6a887 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 09:06:37 +0200 Subject: Add support for alternative build file/directory naming scheme Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc). --- build2/test/target.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/target.cxx') diff --git a/build2/test/target.cxx b/build2/test/target.cxx index c440325..f75b556 100644 --- a/build2/test/target.cxx +++ b/build2/test/target.cxx @@ -12,7 +12,7 @@ namespace build2 namespace test { static const char* - testscript_target_extension (const target_key& tk) + testscript_target_extension (const target_key& tk, const scope*) { // If the name is special 'testscript', then there is no extension, // otherwise it is .testscript. -- cgit v1.1