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

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