home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / midifil2.zip / mfread / mfread.def < prev    next >
Text File  |  1994-07-28  |  367b  |  14 lines

  1. ;******* MFREAD.EXE Program Module Definition File (.DEF) ********
  2. ; The module definition file supplies extra information about the program module to the LINKER.
  3. ; Note the WINDOWCOMPAT keyword is required for link386
  4.  
  5. NAME mfread WINDOWCOMPAT
  6.  
  7. DESCRIPTION 'MIDI to Text Converter'
  8.  
  9. CODE    MOVEABLE
  10. DATA    MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE  8192
  13. STACKSIZE 16384
  14.