home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / icondll.zip / ICONSTUB.ZIP / ICONSTUB.DEF < prev    next >
Text File  |  1990-07-13  |  388b  |  17 lines

  1. ;module-definition file for generic -- used by link4.exe
  2.  
  3. LIBRARY    Icons       ; application's module name
  4.  
  5. STUB    'WINSTUB.EXE' ; Generates error message if application
  6.           ; is run without Windows
  7.  
  8. CODE    MOVEABLE DISCARDABLE      ; code can be moved in memory
  9.  
  10. ;DATA must be MULTIPLE if program can be invoked more than once
  11.  
  12. DATA    SINGLE MULTIPLE
  13.  
  14. HEAPSIZE  1024
  15.  
  16. EXETYPE WINDOWS
  17.