From 9a5b7612b87bb497c504e37e990e299fae8c48d7 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 8 Apr 1999 10:23:23 +0000 Subject: [PATCH] * init --- ide/text/globdir.inc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ide/text/globdir.inc diff --git a/ide/text/globdir.inc b/ide/text/globdir.inc new file mode 100644 index 0000000000..3f1b1fa42f --- /dev/null +++ b/ide/text/globdir.inc @@ -0,0 +1,28 @@ +{ + $Id$ + This file is part of the Free Pascal Integrated Development Environment + Copyright (c) 1999 by Berczi Gabor + + Conditional defines logic for the IDE + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + **********************************************************************} + +{ --- Exclude debugger support --- } +{.$DEFINE NODEBUG} + +{ --- Text lines end with LF only --- } +{$ifndef FPC} + {$define TPUNIXLF} +{$endif} + +{ --- Include VESA support --- } +{$ifndef LINUX} + {$ifndef FV20} + {$define VESA} + {$endif} +{$endif} +