debuggerintf: added fcl-proc331 to unitpath

This commit is contained in:
mattias 2025-06-24 14:03:54 +02:00
parent 1e821d7110
commit 2f35bfbe90
5 changed files with 759 additions and 1388 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value="-Fu.;../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) -MObjFPC -Scghi -O1 -g -gl -l -venibq -vw-h- -vm4046 debuggerintf.pas"/>
<Params Value="-Fu.;fcl-proc331;../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) -MObjFPC -Scghi -O1 -g -gl -l -venibq -vw-h- -vm4046 -dVerboseFindReferences debuggerintf.pas"/>
</CONFIG>

View File

@ -2,7 +2,7 @@
#
# Makefile.fpc for DebuggerIntf 0.1
#
# This file was generated on 3-9-23
# This file was generated on 06/24/2025
[package]
name=debuggerintf
@ -10,8 +10,8 @@ version=0.1
[compiler]
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
unitdir=. ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)
options=-MObjFPC -Scghi -O1 -g -gl -l -venibq -vw-h- -vm4046 $(DBG_OPTIONS)
unitdir=. fcl-proc331 ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazdebuggers/lazdebuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET)
options=-MObjFPC -Scghi -O1 -g -gl -l -venibq -vw-h- -vm4046 -dVerboseFindReferences $(DBG_OPTIONS)
[target]
units=debuggerintf.pas

View File

@ -15,7 +15,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,20 +9,9 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<OtherUnitFiles Value="fcl-proc331"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Conditionals Value="// example for adding linker options on Mac OS X
//if TargetOS=&apos;darwin&apos; then
// LinkerOptions := &apos; -framework OpenGL&apos;;
// example for adding a unit and include path on Windows
//if SrcOS=&apos;win&apos; then begin
// UnitPath += &apos;;win&apos;;
// IncPath += &apos;;win&apos;;
//end;
if GetProjValue(&apos;FPC_FULLVERSION&apos;)&lt;30301 then
UnitPath+=&apos;;fcl-proc331&apos;;"/>
<Other>
<Verbosity>
<ShowWarn Value="False"/>