Преглед изворни кода

* allow redirection if using GDB_V418

pierre пре 26 година
родитељ
комит
b9ba51fa17
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      ide/text/globdir.inc

+ 3 - 0
ide/text/globdir.inc

@@ -54,6 +54,9 @@
   {$ifndef debug}
     {$define redircompiler}
   {$endif}
+  {$ifdef GDB_V418}
+    {$define redircompiler} 
+  {$endif GDB_V418}
 {$endif}
 
 {$ifdef GABOR}