home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / sk210f.zip / SHUNITSW.INC < prev    next >
Text File  |  1992-04-28  |  381b  |  23 lines

  1. {This file contains the normal directives to compile the units of the
  2.  SkyHawk Developer's Toolkit. Under normal conditions it should never be
  3.  necessary to modify this file.}
  4.  
  5. {$IFNDEF Gen87}
  6.   {$UNDEF EmulationOK}
  7. {$ENDIF}
  8.  
  9. {$IFDEF Gen87}
  10.   {$N+,E+}
  11. {$ELSE}
  12.   {$N-}
  13. {$ENDIF}
  14.  
  15. {$IFNDEF EmulationOK}
  16.   {$E-}
  17. {$ENDIF}
  18.  
  19. {$IFDEF OverlaysOK}
  20.   {$O+,F+}
  21. {$ENDIF}
  22.  
  23.