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/configs/eclipse6.config

    r4572 r4580  
    1212%  configuration file for ECLiPSe 6.0#37 and later versions 
    1313% 
    14 %  last updated: October 20, 2008 
     14%  last updated: November 7, 2008 
    1515% 
    1616%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
     
    283283% default values for all flags 
    284284 
     285'$lgt_default_flag'(prolog, eclipse). 
     286 
    285287'$lgt_default_flag'(xmldocs, on). 
    286288'$lgt_default_flag'(xslfile, 'lgtxml.xsl').