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.1 by williamc, Mon Mar 22 16:00:31 1999 UTC vs.
Revision 1.2 by williamc, Tue Mar 23 08:40:12 1999 UTC

# Line 16 | Line 16 | e.g.
16   <External ref=X11>
17   <Use ref=CARF>
18   <bin file=example1.cpp>
19 + You can write between bin tags some documentation to describe what the binary
20 + does
21   </bin>
22   <bin file=example2.cpp name=mytestexe>
23 + Here we call the final binary a different name from the default.
24   </bin>
25   </Use>
26   </External>
# Line 25 | Line 28 | e.g.
28   </pre>
29   This file will build two executables called (example1 and mytestexe) from files example1.cpp and example2.cpp respectively. Both are built in the context of
30   external libraries cmsim and X11 as well as a local package from the same
31 < project called CARF <em>(Note: Use tag not yet working)</em>.
31 > project called CARF <p>
32 > <em><b>Note: Theres still much work to be done here</b></em><br>
33 >        <ul>
34 >        <li> Use tag not yet working.
35 >        <li> &lt;/External> tag does not remove the inclusion of the specified
36 >                external package as you might expect.
37 >        <li> Anything Outside of the bin tags will be included in the
38 >                GNUmakefile. This allows you the full functionality of gmake
39 >                to make up for any inadequacies. Hopefully as full scram
40 >                binary functionality is achieved this will be phased out
41   <p>
42   <li>The library BuildFile
43   The only time you might want to override this is to exclude some files from a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines