mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 03:40:31 +01:00
jcf: further fix compilation on case sensitive file systems
git-svn-id: trunk@17922 -
This commit is contained in:
parent
c1ffec30ed
commit
ae8e919225
@ -116,7 +116,7 @@ uses
|
||||
{$ifndef fpc}Windows, {$endif} SysUtils, Dialogs, Controls, Forms,
|
||||
{ local }
|
||||
JcfStringUtils,
|
||||
FileUtils, JcfMiscFunctions, JCFLog,
|
||||
FileUtils, JcfMiscFunctions, JcfLog,
|
||||
JcfRegistrySettings, JcfSettings, JcfUnicodeFiles;
|
||||
|
||||
constructor TFileConverter.Create;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit JCFRegistrySettings;
|
||||
unit JcfRegistrySettings;
|
||||
|
||||
{ AFS 2 Jan 2002
|
||||
Store Gui state in registry
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit SetPreprocessor;
|
||||
unit SetPreProcessor;
|
||||
|
||||
{(*}
|
||||
(*------------------------------------------------------------------------------
|
||||
|
||||
@ -23,7 +23,7 @@ See http://www.gnu.org/licenses/gpl.html
|
||||
------------------------------------------------------------------------------*)
|
||||
{*)}
|
||||
|
||||
unit JCFLog;
|
||||
unit JcfLog;
|
||||
|
||||
{ Created AFS 2 Dec 1999
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
unit JCFMiscFunctions;
|
||||
unit JcfMiscFunctions;
|
||||
|
||||
{(*}
|
||||
(*------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user