On Sun, 27 Jun 2004 00:57:28 +0200 (CEST)
[EMAIL PROTECTED] wrote:
> 
> Applied.
> 
> Michael.
Thanks.

If the following patch is applied, make install works on win32. ATM, Dbf_Wtil is not 
compiled on win32, but make install wants to install it. With this patch it is 
compiled on win32 too.

Index: fpc-1.9/fcl/db/dbase/Dbf.pas
===================================================================
RCS file: /FPC/CVS/fpc/fcl/db/dbase/Dbf.pas,v
retrieving revision 1.1
diff -u -r1.1 Dbf.pas
--- fpc-1.9/fcl/db/dbase/Dbf.pas        21 Jun 2004 20:49:37 -0000      1.1
+++ fpc-1.9/fcl/db/dbase/Dbf.pas        27 Jun 2004 11:59:57 -0000
@@ -437,8 +437,8 @@
   Libc,
 {$endif}  
   Types,
-  Dbf_Wtil,
 {$endif}
+  Dbf_Wtil,
 {$ifdef DELPHI_6}
   Variants,
 {$endif}


_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to