DebuggerIntf: Use units from fcl-proc331/ without "in 'fcl-proc331/...'" syntax.

This commit is contained in:
Juha 2024-06-29 14:34:55 +03:00
parent da3310dd21
commit 6350e1a094
4 changed files with 3 additions and 5 deletions

View File

@ -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}
;

View File

@ -9,6 +9,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="fcl-proc331"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>

View File

@ -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}

View File

@ -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,