Changeset 4580 for trunk/manuals

Show
Ignore:
Timestamp:
11/07/08 16:33:23 (2 months ago)
Author:
pmoura
Message:

Added a "prolog" read-only compiler flag whose value is the name of the back-end Prolog compiler (an atom). This flag can be used for conditional compilation of Prolog specific code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/userman/installing.html

    r4561 r4580  
    171171</p> 
    172172<dl> 
     173    <dt><code>prolog</code></dt> 
     174        <dd>Name of the back-end Prolog compiler (an atom). This flag can be used for conditional compilation of Prolog specific code.</dd> 
     175</dl> 
     176<dl> 
    173177    <dt><code>startup_message</code></dt> 
    174178        <dd>Controls the messages printed by Logtalk at startup. Possible flag values are <code>flags(verbose)</code> (the usual default; prints the Logtalk banner and a list of all default compiler flags), <code>flags(compact)</code> (a more compact listing of the default compiler flags), <code>banner</code> (prints only the Logtalk banner), and <code>none</code> (suppress all startup messages; useful for batch processing).</dd> 
     
    226230    <div class="copyright"> 
    227231        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    228         <span>Last updated on: October 20, 2008</span> 
     232        <span>Last updated on: November 7, 2008</span> 
    229233    </div> 
    230234    <div class="navbottom">