|
Revision 48, 501 bytes
(checked in by pmoura, 7 years ago)
|
|
Changed version number to 2.9.3.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 2 | % |
|---|
| 3 | % Logtalk - Object oriented extension to Prolog |
|---|
| 4 | % Release 2.9.3 |
|---|
| 5 | % |
|---|
| 6 | % loader file for CIAO Prolog 1.7p162 |
|---|
| 7 | % |
|---|
| 8 | % last updated: December 19, 2001 |
|---|
| 9 | % |
|---|
| 10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | % Windows 95/98/NT: |
|---|
| 14 | |
|---|
| 15 | % :- include('ciao_aux17.config'). |
|---|
| 16 | |
|---|
| 17 | % :- include('..\\compiler\\logtalk.pl'). |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | % MacOS X/Linux/Unix: |
|---|
| 22 | |
|---|
| 23 | :- include('ciao_aux17.config'). |
|---|
| 24 | |
|---|
| 25 | :- include('../compiler/logtalk.pl'). |
|---|