Browse Source

* allow redirection if using GDB_V418

pierre 26 years ago
parent
commit
b9ba51fa17
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ide/text/globdir.inc

+ 3 - 0
ide/text/globdir.inc

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