瀏覽代碼

* 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}