mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-18 23:09:29 +01:00
DebuggerIntf: Use units from fcl-proc331/ without "in 'fcl-proc331/...'" syntax.
This commit is contained in:
parent
da3310dd21
commit
6350e1a094
@ -14,7 +14,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils,
|
||||
{$IFDEF USES_NEW_PROCESS} process331 in 'fcl-proc331/process331.pp'
|
||||
{$IFDEF USES_NEW_PROCESS} process331
|
||||
{$ELSE} process
|
||||
{$ENDIF}
|
||||
;
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<OtherUnitFiles Value="fcl-proc331"/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
|
||||
@ -27,7 +27,7 @@ Uses System.Classes,
|
||||
System.Math;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
Uses Classes,
|
||||
pipes331 in 'fcl-proc331/pipes331.pp',
|
||||
pipes331,
|
||||
SysUtils,
|
||||
Math;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
@ -21,9 +21,6 @@ uses
|
||||
SysUtils,
|
||||
BaseUnix,
|
||||
termio, fgl,
|
||||
{$IFDEF USES_NEW_PROCESS} process331 in 'fcl-proc331/process331.pp',
|
||||
{$ELSE} process,
|
||||
{$ENDIF}
|
||||
Contnrs,
|
||||
StrUtils,
|
||||
Types,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user