home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / midifil2.zip / mfwrite / mfwrite.def < prev    next >
Text File  |  1993-10-05  |  375b  |  16 lines

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