|
@@ -1,6 +1,28 @@
|
|
|
-unit systemvartags;
|
|
|
+{
|
|
|
+ This file is part of the Free Pascal run time library.
|
|
|
+
|
|
|
+ A file in Amiga system run time library.
|
|
|
+ Copyright (c) 1998-2002 by Nils Sjoholm
|
|
|
+ member of the Amiga RTL development team.
|
|
|
+
|
|
|
+ See the file COPYING.FPC, included in this distribution,
|
|
|
+ for details about the copyright.
|
|
|
+
|
|
|
+ This program is distributed in the hope that it will be useful,
|
|
|
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
+
|
|
|
+ **********************************************************************}
|
|
|
+
|
|
|
{$mode objfpc}
|
|
|
|
|
|
+{$I useamigasmartlink.inc}
|
|
|
+{$ifdef use_amiga_smartlink}
|
|
|
+ {$smartlink on}
|
|
|
+{$endif use_amiga_smartlink}
|
|
|
+
|
|
|
+unit systemvartags;
|
|
|
+
|
|
|
interface
|
|
|
|
|
|
uses exec,amigados, amigaguide, asl, bullet, intuition, datatypes ,
|
|
@@ -11,6 +33,8 @@ uses exec,amigados, amigaguide, asl, bullet, intuition, datatypes ,
|
|
|
array of const. Use ltrue and lfalse instead. You
|
|
|
can just cast a char.
|
|
|
|
|
|
+ Added the define use_amiga_smartlink.
|
|
|
+ 13 Jan 2003.
|
|
|
[email protected]
|
|
|
}
|
|
|
|
|
@@ -389,7 +413,10 @@ end.
|
|
|
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.1 2002-11-22 21:34:59 nils
|
|
|
+ Revision 1.2 2003-01-13 18:14:56 nils
|
|
|
+ * added the define use_amiga_smartlink
|
|
|
+
|
|
|
+ Revision 1.1 2002/11/22 21:34:59 nils
|
|
|
|
|
|
* initial release
|
|
|
|