Browse Source

* added the define use_amiga_smartlink

nils 22 years ago
parent
commit
1fd7e763cd
1 changed files with 12 additions and 1 deletions
  1. 12 1
      packages/extra/amunits/units/intuition.pas

+ 12 - 1
packages/extra/amunits/units/intuition.pas

@@ -32,10 +32,18 @@
    Removed amigaoverlays, use smartlink instead.
    05 Nov 2002.
    
+   Added the define use_amiga_smartlink.
+   13 Jan 2003.
+
    [email protected] Nils Sjoholm
 
 }
 
+{$I useamigasmartlink.inc}
+{$ifdef use_amiga_smartlink}
+    {$smartlink on}
+{$endif use_amiga_smartlink}
+
 unit intuition;
 
 INTERFACE
@@ -5708,7 +5716,10 @@ END. (* UNIT INTUITION *)
 
 {
   $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
 
 }