|
Revision 3856, 0.5 KB
(checked in by pmoura, 16 months ago)
|
|
Updated release number 2.30.6.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 2 | % |
|---|
| 3 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 4 | % Release 2.30.6 |
|---|
| 5 | % |
|---|
| 6 | % loader file for CIAO Prolog 1.8p2 and later versions |
|---|
| 7 | % |
|---|
| 8 | % last updated: October 27, 2005 |
|---|
| 9 | % |
|---|
| 10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | % Windows 2000/XP: |
|---|
| 14 | |
|---|
| 15 | % :- include('ciao_aux.config'). |
|---|
| 16 | |
|---|
| 17 | % :- include('..\\compiler\\logtalk.pl'). |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | % MacOS X/BSD/Linux/Unix: |
|---|
| 21 | |
|---|
| 22 | :- include('ciao_aux.config'). |
|---|
| 23 | |
|---|
| 24 | :- include('../compiler/logtalk.pl'). |
|---|