mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 21:41:37 +02:00
* init
This commit is contained in:
parent
e3836e3e31
commit
9a5b7612b8
28
ide/text/globdir.inc
Normal file
28
ide/text/globdir.inc
Normal file
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user