Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
97a902eb14
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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