mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 11:05:12 +01:00
+ NOVESA switch for go32v2 IDE added
git-svn-id: trunk@18216 -
This commit is contained in:
parent
dc0be272a0
commit
d2c1010a91
@ -16,7 +16,14 @@
|
|||||||
|
|
||||||
{ --- Special OS settings --- }
|
{ --- Special OS settings --- }
|
||||||
{$ifdef Go32V2}
|
{$ifdef Go32V2}
|
||||||
{$define SUPPORTVESA}
|
{ NOVESA conditional avoids use of
|
||||||
|
vesa unit, it also disables USE_GRAPH_SWITCH
|
||||||
|
conditional, in order to obtain a go32v2 excutable that
|
||||||
|
doesn't require full screen switching
|
||||||
|
at startup on Windows OS }
|
||||||
|
{$ifndef NOVESA}
|
||||||
|
{$define SUPPORTVESA}
|
||||||
|
{$endif ndef NOVESA}
|
||||||
{$define SUPPORTREDIR}
|
{$define SUPPORTREDIR}
|
||||||
{$define WinClipSupported}
|
{$define WinClipSupported}
|
||||||
{$define HasSignal}
|
{$define HasSignal}
|
||||||
@ -25,7 +32,9 @@
|
|||||||
{$define FSCaseInsensitive}
|
{$define FSCaseInsensitive}
|
||||||
{$define HasSysMsgUnit}
|
{$define HasSysMsgUnit}
|
||||||
{$ifdef DEBUG}
|
{$ifdef DEBUG}
|
||||||
{$define USE_GRAPH_SWITCH}
|
{$ifndef NOVESA}
|
||||||
|
{$define USE_GRAPH_SWITCH}
|
||||||
|
{$endif not NOVESA}
|
||||||
{$endif DEBUG}
|
{$endif DEBUG}
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user