From fbd5477d7b4368d50066f3474779d43a094e6652 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 28 Sep 2010 20:49:15 +0000 Subject: [PATCH] add unixshortname to docs --- panda/src/doc/ppremake-variables.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/panda/src/doc/ppremake-variables.txt b/panda/src/doc/ppremake-variables.txt index 2b5ec0a352..c88bbaecfb 100644 --- a/panda/src/doc/ppremake-variables.txt +++ b/panda/src/doc/ppremake-variables.txt @@ -187,6 +187,12 @@ value is either the empty string (false) or a nonempty string (true). might be in Windows style format (i.e. with backslashes instead of forward slashes). + $[unixshortname ] - converts the indicated native-style + pathname to a Unix-style pathname for internal operations, using + the 8.3 Windows "short" name, if possible. This is often an easy + way to avoid spaces in long Windows filenames, like c:/Program + Files/whatever. + $[cygpath_w ] - similar to $[osfilename], except it takes advantage of the Cygwin library, if available, to do a more accurate filename conversion. This is generally specific to the