5 This file is processed by the bin/SConsDoc.py module.
6 See its __doc__ string for a discussion of the format.
10 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
12 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
14 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
16 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
18 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
22 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
29 Sets construction variables for the &ar; library archiver.
36 <item>LIBPREFIX</item>
37 <item>LIBSUFFIX</item>
39 <item>RANLIBFLAGS</item>
40 <item>RANLIBCOM</item>
49 The static library archiver.
57 The command line used to generate a static library from object files.
62 <cvar name="ARCOMSTR">
65 The string displayed when a static library is
66 generated from object files.
67 If this is not set, then &cv-link-ARCOM; (the command line) is displayed.
71 env = Environment(ARCOMSTR = "Archiving $TARGET")
79 General options passed to the static library archiver.
92 <cvar name="RANLIBCOM">
95 The command line used to index a static library archive.
100 <cvar name="RANLIBCOMSTR">
103 The string displayed when a static library archive is indexed.
104 If this is not set, then &cv-link-RANLIBCOM; (the command line) is displayed.
108 env = Environment(RANLIBCOMSTR = "Indexing $TARGET")
113 <cvar name="RANLIBFLAGS">
116 General options passed to the archive indexer.