home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xmm12.zip / DIRECTIV.50 < prev    next >
Text File  |  1992-07-05  |  757b  |  17 lines

  1.   {--------------------------------------------------------------------------
  2.      FILE :          Directiv.50                   INITIAL : 19900319 v 1.00
  3.      AUTHOR :        Jeroen W. Pluimers            UPDATE :  19900325 v 1.01
  4.  
  5.      DESCRIPTION :   Compiler directive file for Turbo Pascal version 5.0
  6.  
  7.      COMPUTER :      NEAT-AT
  8.      COMPILER :      TURBO PASCAL 5.0
  9.  
  10.      COPYRIGHT :     (c) 1990 Pluimers Software Ontwikkeling.
  11.    --------------------------------------------------------------------------}
  12.  
  13. {$A+,O-,F-}       { word-align, no overlays, local calls near }
  14. {$B-,I+,R+,S+,V+} { short-boolean, IO-check, range-, stack-, var-check on }
  15. {$D+,L+}          { debug and local info on }
  16. {$N+,E+}          { use 8087 reals }
  17.