5 <!ENTITY % version SYSTEM "../version.xml">
8 <!ENTITY % scons SYSTEM "../scons.mod">
13 <book xmlns="http://www.scons.org/dbxsd/v1.0"
14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15 xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
21 Permission is hereby granted, free of charge, to any person obtaining
22 a copy of this software and associated documentation files (the
23 "Software"), to deal in the Software without restriction, including
24 without limitation the rights to use, copy, modify, merge, publish,
25 distribute, sublicense, and/or sell copies of the Software, and to
26 permit persons to whom the Software is furnished to do so, subject to
27 the following conditions:
29 The above copyright notice and this permission notice shall be included
30 in all copies or substantial portions of the Software.
32 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
33 KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
34 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
43 <title>SCons &buildversion;</title>
44 <subtitle>Reference Manual</subtitle>
47 <firstname>Steven</firstname>
48 <surname>Knight</surname>
51 <corpauthor>Steven Knight</corpauthor>
53 <pubdate>2003</pubdate>
57 <holder>Steven Knight</holder>
60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="copyright.xml"/>
62 <releaseinfo>version &buildversion;</releaseinfo>
66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/>
68 <chapter id="chap-builders">
69 <title>Builder Reference</title>
71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Alias.xml"/>
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CFile.xml"/>
75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Command.xml"/>
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CXXFile.xml"/>
79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Install.xml"/>
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="InstallAs.xml"/>
83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Library.xml"/>
85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Object.xml"/>
87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PCH.xml"/>
89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PDF.xml"/>
91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PostScript.xml"/>
93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Program.xml"/>
95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="RES.xml"/>
97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="SharedLibrary.xml"/>
99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="SharedObject.xml"/>
101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="StaticLibrary.xml"/>
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="StaticObject.xml"/>
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="errors.xml"/>