From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/ar.xml | 65 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 52 insertions(+), 13 deletions(-) (limited to 'src/engine/SCons/Tool/ar.xml') diff --git a/src/engine/SCons/Tool/ar.xml b/src/engine/SCons/Tool/ar.xml index 8d0a096..6c307d1 100644 --- a/src/engine/SCons/Tool/ar.xml +++ b/src/engine/SCons/Tool/ar.xml @@ -1,22 +1,43 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &ar; library archiver. + -AR -ARFLAGS -ARCOM -LIBPREFIX -LIBSUFFIX -RANLIB -RANLIBFLAGS -RANLIBCOM +AR +ARFLAGS +ARCOM +LIBPREFIX +LIBSUFFIX +RANLIB +RANLIBFLAGS +RANLIBCOM @@ -24,59 +45,77 @@ RANLIBCOM + The static library archiver. + + The command line used to generate a static library from object files. + + The string displayed when an object file is generated from an assembly-language source file. If this is not set, then &cv-link-ARCOM; (the command line) is displayed. + - + env = Environment(ARCOMSTR = "Archiving $TARGET") - + + General options passed to the static library archiver. + + The archive indexer. + + The command line used to index a static library archive. + + The string displayed when a static library archive is indexed. If this is not set, then &cv-link-RANLIBCOM; (the command line) is displayed. + - + env = Environment(RANLIBCOMSTR = "Indexing $TARGET") - + + General options passed to the archive indexer. + + + \ No newline at end of file -- cgit v1.2.3