mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:09:30 +02:00
* added the define use_amiga_smartlink
This commit is contained in:
parent
7be2b727f2
commit
1fd7e763cd
@ -32,10 +32,18 @@
|
|||||||
Removed amigaoverlays, use smartlink instead.
|
Removed amigaoverlays, use smartlink instead.
|
||||||
05 Nov 2002.
|
05 Nov 2002.
|
||||||
|
|
||||||
|
Added the define use_amiga_smartlink.
|
||||||
|
13 Jan 2003.
|
||||||
|
|
||||||
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
nils.sjoholm@mailbox.swipnet.se Nils Sjoholm
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{$I useamigasmartlink.inc}
|
||||||
|
{$ifdef use_amiga_smartlink}
|
||||||
|
{$smartlink on}
|
||||||
|
{$endif use_amiga_smartlink}
|
||||||
|
|
||||||
unit intuition;
|
unit intuition;
|
||||||
|
|
||||||
INTERFACE
|
INTERFACE
|
||||||
@ -5708,7 +5716,10 @@ END. (* UNIT INTUITION *)
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2002-11-19 18:47:42 nils
|
Revision 1.3 2003-01-13 20:34:19 nils
|
||||||
|
* added the define use_amiga_smartlink
|
||||||
|
|
||||||
|
Revision 1.2 2002/11/19 18:47:42 nils
|
||||||
* update check internal log
|
* update check internal log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user