From 4b95dd3a6d1a08e22a144f3336f44e0d2c92bd75 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 17 Mar 2019 20:39:44 +0200 Subject: Add test script to generate a static library with a custom target. --- docs/markdown/Reference-manual.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 7668fa0..1c81a9d 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -334,6 +334,7 @@ the following special string substitutions: - `@DEPFILE@` the full path to the dependency file passed to `depfile` - `@PLAINNAME@`: the input filename, without a path - `@BASENAME@`: the input filename, with extension removed +- `@PRIVATE_DIR@`: path to a directory where the custom target must store all its intermediate files, available since 0.50.1 The `depfile` keyword argument also accepts the `@BASENAME@` and `@PLAINNAME@` substitutions. *(since 0.47)* -- cgit v1.1