home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
xms
/
xmm
/
directiv.60
< prev
next >
Wrap
Text File
|
1992-07-04
|
925b
|
20 lines
{--------------------------------------------------------------------------
FILE : Directiv.60 INITIAL : 19900319 v 1.00
AUTHOR : Jeroen W. Pluimers UPDATE : 19910405 v 1.02
DESCRIPTION : Compiler directive file for Turbo Pascal version 6.0
Has not been tested yet !
COMPUTER : NEAT-AT & ERC-386/25
COMPILER : TURBO PASCAL 6.0
COPYRIGHT : (c) 1990, 1991 Pluimers Software Ontwikkeling.
--------------------------------------------------------------------------}
{$A+,O-,F-} { word-align, no overlays, local calls near }
{$B-,I+,R+,S+,V+} { short-boolean, IO-check, range-, stack-, var-check on }
{$D+,L+} { debug and local info off }
{$N+,E+} { use 8087 reals }
{$X-} { no extended syntax processing }
{$G-} { no 186+ code generation }