mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 01:29:08 +02:00
* fixed IDE compilation with GDBMI=1 (mantis #28890)
git-svn-id: trunk@32367 -
This commit is contained in:
parent
7250cdb43e
commit
8e9256a93c
@ -175,6 +175,8 @@ begin
|
||||
P.Dependencies.Add('regexpr');
|
||||
if not (NoGDBOption) and not (GDBMIOption) then
|
||||
P.Dependencies.Add('gdbint',AllOSes-AllAmigaLikeOSes);
|
||||
if GDBMIOption then
|
||||
P.Dependencies.Add('fcl-process');
|
||||
P.Dependencies.Add('graph',[go32v2]);
|
||||
|
||||
P.SupportBuildModes:=[bmOneByOne];
|
||||
|
Loading…
Reference in New Issue
Block a user