|
Revision 4000, 0.5 KB
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 3 | % |
|---|
| 4 | % Logtalk - Open source object-oriented logic programming language |
|---|
| 5 | % Release 2.31.1 |
|---|
| 6 | % |
|---|
| 7 | % Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 8 | % |
|---|
| 9 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | :- set_prolog_flag(file_name_variables, true). |
|---|
| 13 | :- silent_consult('$LOGTALKUSER/configs/cx.config'). |
|---|
| 14 | :- silent_consult('$LOGTALKHOME/compiler/logtalk.pl'). |
|---|
| 15 | :- silent_consult('$LOGTALKUSER/libpaths/libpaths.pl'). |
|---|