Changeset 4332

Show
Ignore:
Timestamp:
06/29/08 03:12:56 (2 months ago)
Author:
pmoura
Message:

Renamed the SICStus Prolog 3 config file from "sicstus.config" to "sicstus3.config" to avoid being mistaken for the SICStus Prolog 4 config file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configs/NOTES.txt

    r4327 r4332  
    398398SICStus Prolog 3.8~3.12.x 
    399399 
    400     sicstus.config 
     400    sicstus3.config 
    401401     
    402402    For versions 3.8.x~3.12.x. The config file sets the flag language to  
     
    411411    file: 
    412412     
    413         :- compile('$LOGTALKUSER/configs/sicstus.config'). 
     413        :- compile('$LOGTALKUSER/configs/sicstus3.config'). 
    414414        :- compile('$LOGTALKHOME/compiler/logtalk.pl'). 
     415        :- compile('$LOGTALKUSER/libpaths/libpaths.pl'). 
    415416 
    416417    Consult the SICStus Prolog documentation for further information on the  
     
    418419 
    419420 
    420 SICStus Prolog 4.0 
     421SICStus Prolog 4.0.x 
    421422 
    422423    sicstus4.config 
    423424 
    424     Config file for the SICStus Prolog 4.0 version (tested with the Windows  
    425     beta version). 
     425    Config file for the SICStus Prolog 4.0 version (tested with the MacOS X  
     426    version and the Windows beta version). 
    426427 
    427428 
     
    447448        :- ['drive:\\path to logtalk user folder\\configs\\swi.config']. 
    448449        :- ['drive:\\path to logtalk installation\\compiler\\logtalk.pl']. 
     450        :- ['drive:\\path to logtalk installation\\libpaths\\libpaths.pl']. 
    449451 
    450452     or to your .plrc (on MacOS X, Linux, Unix, and similar systems): 
     
    452454        :- ['$LOGTALKUSER/configs/swi.config']. 
    453455        :- ['$LOGTALKHOME/compiler/logtalk.pl']. 
     456        :- ['$LOGTALKUSER/libpaths/libpaths.pl']. 
    454457 
    455458    See the SWI-Prolog documentation for further information on the .plrc