Jelajahi Sumber

* fix also IDE building after fpccrc to fpchash renaming

florian 3 tahun lalu
induk
melakukan
a41e991a13
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/ide/fpini.pas

+ 1 - 1
packages/ide/fpini.pas

@@ -41,7 +41,7 @@ uses
 {$endif USE_EXTERNAL_COMPILER}
 {$endif USE_EXTERNAL_COMPILER}
   WConsts,WUtils,WINI,WViews,WEditor,WCEdit,
   WConsts,WUtils,WINI,WViews,WEditor,WCEdit,
   {$ifndef NODEBUG}FPDebug,{$endif}FPConst,FPVars,
   {$ifndef NODEBUG}FPDebug,{$endif}FPConst,FPVars,
-  FPIntf,FPTools,FPSwitch,fpccrc;
+  FPIntf,FPTools,FPSwitch,fpchash;
 
 
 const
 const
   PrinterDevice : string = 'prn';
   PrinterDevice : string = 'prn';