root/tags/lgt2311/integration/logtalk_plc.pl

Revision 4009, 453 bytes (checked in by pmoura, 12 months ago)

Make K-Prolog 5.1.x the default version used by the integration scripts due to some serious bugs uncovered on the K-Prolog 6.0.1 version.

  • 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:- consult('$LOGTALKUSER/configs/k.config').
13:- consult('$LOGTALKHOME/compiler/logtalk.pl').
14:- consult('$LOGTALKUSER/libpaths/libpaths.pl').
Note: See TracBrowser for help on using the browser.