diff options
Diffstat (limited to 'src/engine/SCons/Tool/zip.xml')
-rw-r--r-- | src/engine/SCons/Tool/zip.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/zip.xml b/src/engine/SCons/Tool/zip.xml index 909a4c4..c7c233e 100644 --- a/src/engine/SCons/Tool/zip.xml +++ b/src/engine/SCons/Tool/zip.xml @@ -6,8 +6,18 @@ See its __doc__ string for a discussion of the format. --> <tool name="zip"> <summary> -XXX +Sets construction variables for the &zip; archiver. </summary> +<sets> +ZIP +ZIPFLAGS +ZIPCOM +ZIPCOMPRESSION +ZIPSUFFIX +</sets> +<uses> +ZIPCOMSTR +</uses> </tool> <builder name="Zip"> @@ -92,3 +102,9 @@ module is otherwise unavailable. General options passed to the zip utility. </summary> </cvar> + +<cvar name="ZIPSUFFIX"> +<summary> +The suffix used for zip file names. +</summary> +</cvar> |