root/tags/lgt2212/configs/ciao.config

Revision 1540, 493 bytes (checked in by pmoura, 4 years ago)

Updated release number to 2.21.2.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%
3%  Logtalk - Object oriented extension to Prolog
4%  Release 2.21.2
5%
6%  loader file for CIAO Prolog 1.8p2
7%
8%  last updated: April 12, 2004
9%
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12
13% Windows 95/98/NT:
14
15% :- include('ciao_aux.config').
16
17% :- include('..\\compiler\\logtalk.pl').
18
19
20
21% MacOS X/Linux/Unix:
22
23:- include('ciao_aux.config').
24
25:- include('../compiler/logtalk.pl').
Note: See TracBrowser for help on using the browser.