home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / v10n17.zip / SAVEOPTS.INC < prev    next >
Text File  |  1991-09-12  |  492b  |  18 lines

  1. { SaveOpts.inc saves the state of the compiler options }
  2.  
  3. {$ifdef CSSaved}
  4. {$error: Can't include this file twice.}
  5. {      Include RestOpts.inc in between }
  6. {$endif}
  7. {$ifopt B+}{$define CSB}{$endif}
  8. {$ifopt E+}{$define CSE}{$endif}
  9. {$ifopt F+}{$define CSF}{$endif}
  10. {$ifdef VER60}
  11.   {$ifopt G+}{$define CSG}{$endif}
  12. {$endif}
  13. {$ifopt I+}{$define CSI}{$endif}
  14. {$ifopt R+}{$define CSR}{$endif}
  15. {$ifopt S+}{$define CSS}{$endif}
  16. {$ifopt V+}{$define CSV}{$endif}
  17. {$define CSSaved}
  18.