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