Browse Source

Jon Parise adds commands to ppremake

Jon Parise 23 years ago
parent
commit
409665cdbf
1 changed files with 8 additions and 0 deletions
  1. 8 0
      panda/src/doc/ppremake-variables.txt

+ 8 - 0
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 <name>] - returns a GUID (global unique identifier) based
+    on an MD5 digest computation of <name>.  The resulting GUID, which
+    looks like 398F2CC4-C683-26EB-3251-6FC996738F7F, is suitable for
+    identifying Visual Studio .NET projects.
+
   $[word <n>,<words>] - 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 <sep,<words>] - joins the space-separated list of <words>
+    into a single string using the separator <sep>.
+
   $[matrix <param1>,<param2>,<param3>,...,<paramN>] - 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