From 409665cdbf7c9780fde5b82a73f6e1344fdee482 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Wed, 29 Jan 2003 15:29:07 +0000 Subject: [PATCH] Jon Parise adds commands to ppremake --- panda/src/doc/ppremake-variables.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/panda/src/doc/ppremake-variables.txt b/panda/src/doc/ppremake-variables.txt index 153ab21681..dccf6db370 100644 --- a/panda/src/doc/ppremake-variables.txt +++ b/panda/src/doc/ppremake-variables.txt @@ -257,6 +257,11 @@ value is either the empty string (false) or a nonempty string (true). argument: everything except for the extension and its dot, but including the directory, if any. + $[makeguid ] - returns a GUID (global unique identifier) based + on an MD5 digest computation of . The resulting GUID, which + looks like 398F2CC4-C683-26EB-3251-6FC996738F7F, is suitable for + identifying Visual Studio .NET projects. + $[word ,] - returns the nth word, 1-based, of the space-separated list of words in the second parameter. @@ -362,6 +367,9 @@ value is either the empty string (false) or a nonempty string (true). than $[sort], it should only be used when the order of the original words on the list is important. + $[join ] - joins the space-separated list of + into a single string using the separator . + $[matrix ,,,...,] - splits each parameter up into a space-separated set of words, and then returns a result that represents all the ways to combine the different