mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:00:34 +02:00
codetools: clean up, fixed typo
git-svn-id: trunk@44007 -
This commit is contained in:
parent
9b1e474917
commit
532192cab4
@ -679,7 +679,7 @@ type
|
||||
TFPCTargetConfigCaches = class;
|
||||
|
||||
{ TFPCTargetConfigCache
|
||||
Storing all information (maros, search paths) of one compiler
|
||||
Storing all information (macros, search paths) of one compiler
|
||||
with one specific TargetOS and TargetCPU. }
|
||||
|
||||
TFPCTargetConfigCache = class(TComponent)
|
||||
@ -7535,8 +7535,8 @@ function TFPCTargetConfigCache.FindRealCompilerInPath(aTargetCPU: string;
|
||||
|
||||
function Search(const ShortFileName: string): string;
|
||||
begin
|
||||
// fpc.exe first searches in -XP
|
||||
// Maybe: extact -XP from extra options
|
||||
// fpc.exe first searches in -Xp
|
||||
// Maybe: extract -Xp from extra options
|
||||
|
||||
// then fpc.exe searches in its own directory
|
||||
if Compiler<>'' then begin
|
||||
|
@ -26,14 +26,7 @@
|
||||
}
|
||||
unit FileProcs;
|
||||
|
||||
{$ifdef FPC}
|
||||
{$mode objfpc}
|
||||
{$else}
|
||||
// delphi? if so then Windows is not defined but instead MSWindows is defined => define Windows in this case
|
||||
{$ifdef MSWindows}
|
||||
{$define Windows}
|
||||
{$endif}
|
||||
{$endif}{$H+}
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user