home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / t / triq.zip / TRIQ.DEF < prev    next >
Text File  |  1991-09-10  |  203b  |  17 lines

  1. NAME    TRIQ
  2.  
  3. DESCRIPTION 'Sample Ball Application'
  4.  
  5. STUB    'WINSTUB.EXE'
  6. EXETYPE WINDOWS
  7.  
  8. CODE    MOVEABLE
  9. DATA    MOVEABLE 
  10.  
  11. HEAPSIZE  1024
  12. STACKSIZE 4096
  13.  
  14. EXPORTS
  15.    AppWndProc    @2
  16.    AppAbout    @3
  17.