root/tags/lgt2311/configs/ciao.config

Revision 3986, 0.5 KB (checked in by pmoura, 13 months ago)

Updated the release number to 2.31.1.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%
3%  Logtalk - Open source object-oriented logic programming language
4%  Release 2.31.1
5%
6%  loader file for CIAO Prolog 1.8p2 and later versions
7%
8%  last updated: October 27, 2005
9%
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12
13% Windows 2000/XP:
14
15% :- include('ciao_aux.config').
16
17% :- include('..\\compiler\\logtalk.pl').
18
19
20% MacOS X/BSD/Linux/Unix:
21
22:- include('ciao_aux.config').
23
24:- include('../compiler/logtalk.pl').
Note: See TracBrowser for help on using the browser.