Procházet zdrojové kódy

* allow redirection if using GDB_V418

pierre před 26 roky
rodič
revize
b9ba51fa17
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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}