2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
97a902eb14

+ 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