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

Comparing COMP/SCRAM/doc/html/configBuildFile.html (file contents):
Revision 1.1.2.3 by williamc, Thu Jun 15 16:58:22 2000 UTC vs.
Revision 1.1.2.3.4.1 by williamc, Mon Oct 23 10:55:06 2000 UTC

# Line 20 | Line 20 | wide defaults and associate src code str
20   The file <em>config/BuildFile</em> is resourced by all others in the entire
21   tree. It controls everything else. The most important thing to set here is the
22   &lt;ClassPath> tags which associate <a href=#Structural>Structure BuildFiles</a>
23 < with directory structure. You may also want to set project wide defaults.
23 > with directory structure and set up the directory structures for the
24 > BuildSystem. You may also want to set project wide defaults.
25   <p>
26 < <h3>Using the &lt;ClassPath> tag</h3>
26 > <h3>Defining Project Structure</h3>
27 > You need to tell SCRAM where it can store such things as libraries, binaries
28 > and other build products. You do this with the
29 > <a href=BuildFile/tag_ProductStore.html>&lt;ProductStore></a> tag
30 > <p>
31 > <b>Example</b><p>
32 > <font color=green>
33 > &lt;ProductStore name=lib type=arch><br>
34 > &lt;ProductStore name=bin type=arch><br>
35 > </font>
36 > <h3>Using the <a href=BuildFile/tag_ClassPath.html>&lt;ClassPath></a> tag</h3>
37   This tag tells SCRAM which BuildFile to associate with a particular location in
38   the src tree.<p>
39   Format:<br>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines