home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mksmvp10.zip / MKB.DEF < prev    next >
Text File  |  1997-06-17  |  358b  |  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}             {Remove dot to use with OPRO}
  20.