From b9ba51fa176cc67a72261be98b03b38e6acd4273 Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 22 Aug 1999 22:25:51 +0000 Subject: [PATCH] * allow redirection if using GDB_V418 --- ide/text/globdir.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ide/text/globdir.inc b/ide/text/globdir.inc index 9c26192250..225f876b71 100644 --- a/ide/text/globdir.inc +++ b/ide/text/globdir.inc @@ -54,6 +54,9 @@ {$ifndef debug} {$define redircompiler} {$endif} + {$ifdef GDB_V418} + {$define redircompiler} + {$endif GDB_V418} {$endif} {$ifdef GABOR}