root/tags/lgt2310/integration/logtalk_bp_win.pl

Revision 3941, 0.7 KB (checked in by pmoura, 13 months ago)

Updated release number to 2.31.0 due to the incompatible changes in this version regarding compiler hooks.

  • Property svn:eol-style set to native
Line 
1
2%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3%
4%  Logtalk - Open source object-oriented logic programming language
5%  Release 2.31.0
6%
7%  Copyright (c) 1998-2007 Paulo Moura.  All Rights Reserved.
8%
9%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10
11
12:- set_prolog_flag(redefined, off).
13:- cl('$LOGTALKUSER/configs/b.config').
14%:- system('del %LOGTALKUSER%\\configs\\b.config.out').
15:- (expand_environment('$LOGTALKHOME/compiler/logtalk.pl.out', Expanded), exists(Expanded) -> load('$LOGTALKHOME/compiler/logtalk.pl'); cl('$LOGTALKHOME/compiler/logtalk.pl')).
16:- cl('$LOGTALKUSER/libpaths/libpaths.pl').
17%:- system('del %LOGTALKUSER%\\libpaths\\libpaths.pl.out').
Note: See TracBrowser for help on using the browser.