From 5a3b2f47c9452926f455f922dc821d2e8f450a7c Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 28 Nov 2002 12:50:10 +0000 Subject: [PATCH] * CROSSGDB defines SUPPORT_REMOTE --- ide/globdir.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ide/globdir.inc b/ide/globdir.inc index a35f03d83f..fc154d3238 100644 --- a/ide/globdir.inc +++ b/ide/globdir.inc @@ -151,3 +151,7 @@ {$ifdef NOWINCLIP} {$undef WINCLIPSUPPORTED} {$endif} + +{$ifdef CROSSGDB} + {$define SUPPORT_REMOTE} +{$endif CROSSGDB}