home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / PASCAL / MKMSG104 / MKB.DEF < prev    next >
Text File  |  1994-01-09  |  376b  |  20 lines

  1. {$I-}
  2. {$V-}
  3. {$S-}
  4. {$F+}
  5. {$D-}
  6. {$L-}
  7. {$R-}
  8. {$X+}
  9.  
  10. {$IFNDEF WINDOWS}
  11. {$O+}                       {Make units overlayable}
  12. {$X-}                       {Turn off extended syntax}
  13. {$ENDIF}
  14.  
  15. {$IFDEF WINDOWS}
  16.   {$DEFINE BASMINT}         {Use BASM for interrupts under windows}
  17. {$ENDIF}
  18.  
  19. {. $DEFINE OPRO}            {change this line to define OPRO if you use it}
  20.