home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / toolti.zip / TEST.DEF < prev    next >
Text File  |  1994-06-30  |  513b  |  20 lines

  1. ;------------------------------------------------
  2. ;   Main tooltest
  3. ;   
  4. ;   Copyright ⌐ 1994. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    tooltest.exe Module Defintion File
  7. ;   FILE:         test.def
  8. ;   AUTHOR:       
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME tooltest
  13.  
  14. DESCRIPTION 'tooltest Application - Copyright ⌐ 1994. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.