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

This reverts commit 6350e1a094.

It broke compilation with FPC 3.2.2. Some other solution should be
found.
This commit is contained in:
Maxim Ganetsky 2024-06-29 21:37:46 +03:00
parent 6350e1a094
commit 2547c55391
4 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ interface
uses
Classes, SysUtils,
{$IFDEF USES_NEW_PROCESS} process331
{$IFDEF USES_NEW_PROCESS} process331 in 'fcl-proc331/process331.pp'
{$ELSE} process
{$ENDIF}
;

View File

@ -9,7 +9,6 @@
<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,
pipes331 in 'fcl-proc331/pipes331.pp',
SysUtils,
Math;
{$ENDIF FPC_DOTTEDUNITS}

View File

@ -21,6 +21,9 @@ uses
SysUtils,
BaseUnix,
termio, fgl,
{$IFDEF USES_NEW_PROCESS} process331 in 'fcl-proc331/process331.pp',
{$ELSE} process,
{$ENDIF}
Contnrs,
StrUtils,
Types,