root/tags/lgt293/configs/ciao16.config

Revision 48, 499 bytes (checked in by pmoura, 7 years ago)

Changed version number to 2.9.3.

  • 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.9.3
5%
6%  loader file for CIAO Prolog 1.6p1
7%
8%  last updated: December 21, 2001
9%
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12
13% Windows 95/98/NT:
14
15% :- include('ciao_aux16.config').
16
17% :- include('..\\compiler\\logtalk.pl').
18
19
20
21% MacOS X/Linux/Unix:
22
23:- include('ciao_aux16.config').
24
25:- include('../compiler/logtalk.pl').
Note: See TracBrowser for help on using the browser.