mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 12:19:13 +02:00
debuggerintf: added fcl-proc331 to unitpath
This commit is contained in:
parent
1e821d7110
commit
2f35bfbe90
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
;
|
||||
|
@ -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='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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user