Browse Source

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

git-svn-id: trunk@29667 -
pierre 10 years ago
parent
commit
97a902eb14
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