mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:09:59 +02:00
+ include globdir.inc in the gdb/mi interface units, so that the TARGET_IS_64BIT
define has effect git-svn-id: trunk@30067 -
This commit is contained in:
parent
1d865d6422
commit
78676b8f16
@ -19,6 +19,8 @@ unit gdbmicon;
|
||||
|
||||
{$MODE fpc}{$H-}
|
||||
|
||||
{$I globdir.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -19,6 +19,8 @@ unit gdbmiint;
|
||||
|
||||
{$MODE fpc}{$H-}
|
||||
|
||||
{$I globdir.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -17,6 +17,8 @@ unit GDBMIProc;
|
||||
|
||||
{$MODE objfpc}{$H+}
|
||||
|
||||
{$I globdir.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
@ -18,6 +18,8 @@ unit gdbmiwrap;
|
||||
{$MODE objfpc}{$H+}
|
||||
{$ASSERTIONS on}
|
||||
|
||||
{$I globdir.inc}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user