Browse Source

Merged revision 29667 from http://svn.freepascal.org/svn/fpc/trunk
------------------------------------------------------------------------
r29667 | pierre | 2015-02-11 00:03:09 +0100 (Wed, 11 Feb 2015) | 1 line
Changed paths:
M /trunk/packages/gdbint/src/gdbcon.pp

Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MINGW_GDB macro used inside UnixDir
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_0@30096 -

pierre 10 years ago
parent
commit
ea605a8dbb
1 changed files with 7 additions and 0 deletions
  1. 7 0
      packages/gdbint/src/gdbcon.pp

+ 7 - 0
packages/gdbint/src/gdbcon.pp

@@ -12,6 +12,13 @@
 
  **********************************************************************}
 unit GDBCon;
+
+{$ifdef USE_GDBLIBINC}
+  {$i gdblib.inc}
+{$else not USE_GDBLIBINC}
+  {$i gdbver.inc}
+{$endif not USE_GDBLIBINC}
+
 interface
 
 uses