Parcourir la source

Do not set GDB_HAS_DEBUG_FILE_DIRECTORY for GDB 6.6 release

git-svn-id: trunk@23659 -
pierre il y a 12 ans
Parent
commit
3b1465f314
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      packages/gdbint/src/gdbint.pp

+ 2 - 1
packages/gdbint/src/gdbint.pp

@@ -86,7 +86,8 @@ interface
   {$define GDB_USES_BP_LOCATION}
   {$define GDB_USES_BP_LOCATION}
   {$define GDB_NEEDS_NO_ERROR_INIT}
   {$define GDB_NEEDS_NO_ERROR_INIT}
   {$define GDB_USES_EXPAT_LIB}
   {$define GDB_USES_EXPAT_LIB}
-  {$define GDB_HAS_DEBUG_FILE_DIRECTORY}
+  {this was wrong, 6.6 doesn't have debug_file_directory }
+  { was define GDB_HAS_DEBUG_FILE_DIRECTORY}
 {$endif def GDB_V606}
 {$endif def GDB_V606}
 
 
 { 6.7.x }
 { 6.7.x }