mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 14:27:11 +01:00
* fix some conditional ordering
git-svn-id: trunk@14072 -
This commit is contained in:
parent
ba555a64c7
commit
aedf395fbe
@ -15,6 +15,8 @@ unit GdbInt;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
{$define NotImplemented}
|
||||
|
||||
{$define COMPILING_GDBINT_UNIT}
|
||||
{$ifdef USE_GDBLIBINC}
|
||||
{$i gdblib.inc}
|
||||
@ -33,7 +35,6 @@ interface
|
||||
|
||||
{$smartlink off}
|
||||
|
||||
{$define NotImplemented}
|
||||
|
||||
{ Is create_breakpoint_hook deprecated? }
|
||||
{ Seem not so for 6.1 }
|
||||
@ -291,7 +292,9 @@ interface
|
||||
{$LINKLIB libmingw32.a}
|
||||
{$LINKLIB libmsvcrt.a}
|
||||
{$LINKLIB libdecnumber.a}
|
||||
{$undef GDB_HAS_DEBUG_FILE_DIRECTORY}
|
||||
{$ifdef GDB_USES_EXPAT_LIB}
|
||||
{$LINKLIB expat}
|
||||
{$endif GDB_USES_EXPAT_LIB}
|
||||
{$else not USE_MINGW_GDB}
|
||||
{$LINKLIB libiconv.a}
|
||||
{$LINKLIB libncurses.a}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user