Browse Source

+ dl and crypt only needed on Linux

michael 22 years ago
parent
commit
3f4ec841ad
1 changed files with 6 additions and 1 deletions
  1. 6 1
      fcl/db/interbase/testib.pp

+ 6 - 1
fcl/db/interbase/testib.pp

@@ -15,8 +15,10 @@
 
 
 program TestIB;
 program TestIB;
 
 
+{$ifdef linux}
 {$linklib dl}
 {$linklib dl}
 {$linklib crypt}
 {$linklib crypt}
+{$endif}
 
 
 uses Interbase, SysUtils;
 uses Interbase, SysUtils;
 
 
@@ -90,7 +92,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2002-09-07 15:15:23  peter
+  Revision 1.5  2003-07-19 15:36:24  michael
+  + dl and crypt only needed on Linux
+
+  Revision 1.4  2002/09/07 15:15:23  peter
     * old logs removed and tabs fixed
     * old logs removed and tabs fixed
 
 
 }
 }