home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / genmidi.zip / drumkey / drumkey.def < prev    next >
Text File  |  1995-07-20  |  399b  |  14 lines

  1. ;******* DRUMKEY.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 DRUMKEY WINDOWCOMPAT
  6.  
  7. DESCRIPTION 'Display note number for a given GM Drum Key name.'
  8.  
  9. CODE   MOVEABLE
  10. DATA    MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE   8192
  13. STACKSIZE 16384
  14.