mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 16:41:28 +02:00
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:
parent
6350e1a094
commit
2547c55391
@ -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}
|
||||
;
|
||||
|
@ -9,7 +9,6 @@
|
||||
<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,
|
||||
pipes331 in 'fcl-proc331/pipes331.pp',
|
||||
SysUtils,
|
||||
Math;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user