Browse Source

* CROSSGDB defines SUPPORT_REMOTE

pierre 23 years ago
parent
commit
5a3b2f47c9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ide/globdir.inc

+ 4 - 0
ide/globdir.inc

@@ -151,3 +151,7 @@
 {$ifdef NOWINCLIP}
   {$undef WINCLIPSUPPORTED}
 {$endif}
+
+{$ifdef CROSSGDB}
+  {$define SUPPORT_REMOTE}
+{$endif CROSSGDB}