mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:16:25 +02:00
debuggerintf: added fcl-process331 to unitpath for fpc 3.2.*
This commit is contained in:
parent
4340cbf363
commit
1e821d7110
@ -11,6 +11,18 @@
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="// example for adding linker options on Mac OS X
|
||||
//if TargetOS='darwin' then
|
||||
// LinkerOptions := ' -framework OpenGL';
|
||||
|
||||
// example for adding a unit and include path on Windows
|
||||
//if SrcOS='win' then begin
|
||||
// UnitPath += ';win';
|
||||
// IncPath += ';win';
|
||||
//end;
|
||||
|
||||
if GetProjValue('FPC_FULLVERSION')<30301 then
|
||||
UnitPath+=';fcl-proc331';"/>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowWarn Value="False"/>
|
||||
@ -56,6 +68,36 @@ Provides an interface to add debuggers to the IDE"/>
|
||||
<Filename Value="dbgintfprocess.pas"/>
|
||||
<UnitName Value="DbgIntfProcess"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\pipes331.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="Pipes331"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\process331.pp"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="process331"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\processbody.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\unix_pipes.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\unix_process.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\win_pipes.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
<Item>
|
||||
<Filename Value="fcl-proc331\win_process.inc"/>
|
||||
<Type Value="Include"/>
|
||||
</Item>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user