|
Revision 3919, 0.5 KB
(checked in by pmoura, 14 months ago)
|
|
Updated release number to 2.30.8.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 3 | % |
|---|
| 4 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 5 | % Release 2.30.8 |
|---|
| 6 | % |
|---|
| 7 | % Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved. |
|---|
| 8 | % |
|---|
| 9 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | :- consult('$LOGTALKUSER/configs/swi.config'). |
|---|
| 13 | :- consult('$LOGTALKHOME/integration/logtalk_comp_swi.pl'). |
|---|
| 14 | :- consult('$LOGTALKUSER/libpaths/libpaths.pl'). |
|---|
| 15 | :- consult('$LOGTALKUSER/configs/swihook.pl'). |
|---|
| 16 | :- consult('$LOGTALKUSER/configs/xpcehook.pl'). |
|---|