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.2.3 by williamc, Mon Sep 13 10:22:13 1999 UTC vs.
Revision 1.4.2.4 by williamc, Wed Sep 15 07:53:19 1999 UTC

# Line 60 | Line 60 | It is also possible to override the defa
60   <font color=green>
61   <pre>
62   &lt;LibType type=shared>
63 + Shared libraries are dynamic!
64 + &lt/LibType>
65   &lt;LibType type=debug_shared>
66 + But the code still goes wrong
67 + &lt/LibType>
68   </pre>
69   </font>
70   To build two shared objects - one with and one without debug information
71 + <br>
72 + The comments you put between the beginning and end tags will be echoed to the
73 + screen at build time
74   <p>
75   <li>Empty Group
76   Sometimes the default builds arn't wanted at all. Switch them off with

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines