ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/BuildFileExamples.html
(Generate patch)

Comparing COMP/SCRAM/doc/html/BuildFileExamples.html (file contents):
Revision 1.4 by williamc, Wed Apr 14 09:40:46 1999 UTC vs.
Revision 1.4.2.1 by williamc, Fri Apr 30 09:52:48 1999 UTC

# Line 4 | Line 4 | The Default Build is configured at the p
4   overridden or parameters passed to the default build rules through the
5   BuildFile.
6  
7 +
8   <p>
9   Examples of different build files are shown below
10   <ol>
# Line 13 | Line 14 | e.g.
14   <p>
15   <font color=green>
16   <pre>
17 < &lt;External ref=cmsim>
17 > &lt;Group name=G3>
18   &lt;External ref=X11>
19 < &lt;Use ref=CARF>
19 > &lt;Use name=CARF>
20   &lt;Lib name=examplelib></lib>
21   &lt;bin file=example1.cpp>
22   You can write between bin tags some documentation to describe what the binary
# Line 62 | Line 63 | none
63   &lt;/AssociateGroup>
64   </pre>
65   </font>
66 + <p>
67 + <h2>Avoiding Processing Parts of BuildFiles</h2>
68 + Anything between &lt;ignore> and &lt/ignore> tags will be excluded
69 + from processing during the build. This is a convenient mechanism to cut
70 + out sections of the BuildFile and is not intended for comments. Comments
71 + should be provided where apppropriate e.g. in between &lt;binb> and &lt/bin>
72 + tags.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines