logging working in NewParallel, but changed to be default. Need to figure out how...
[scons.git] / SCons / Tool / nasm.xml
blob0170b912e201222d1991582bfeb898f868bf4bd0
1 <?xml version="1.0"?>
2 <!--
3 __COPYRIGHT__
5 This file is processed by the bin/SConsDoc.py module.
6 See its __doc__ string for a discussion of the format.
7 -->
9 <!DOCTYPE sconsdoc [
10 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
11 %scons;
12 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
13 %builders-mod;
14 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
15 %functions-mod;
16 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
17 %tools-mod;
18 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
19 %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">
26 <tool name="nasm">
27 <summary>
28 <para>
29 Sets construction variables for the
30 <application>nasm</application> Netwide Assembler.
31 </para>
32 </summary>
33 <sets>
34 <item>AS</item>
35 <item>ASFLAGS</item>
36 <item>ASPPFLAGS</item>
37 <item>ASCOM</item>
38 <item>ASPPCOM</item>
39 </sets>
40 <uses>
41 <item>ASCOMSTR</item>
42 <item>ASPPCOMSTR</item>
43 </uses>
44 </tool>
46 </sconsdoc>