home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / FISHFACT.PAK / FFACT16.DEF next >
Encoding:
Text File  |  1997-05-06  |  532 b   |  20 lines

  1. ;------------------------------------------------
  2. ;   Project fishfact
  3. ;   Borland International
  4. ;   Copyright ⌐ 1996. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    fishfact.exe Module Defintion File
  7. ;   FILE:         ffact16.def
  8. ;   AUTHOR:       
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME fishfact
  13.  
  14. DESCRIPTION 'fishfact Application - Copyright ⌐ 1996. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18. HEAPSIZE    4096
  19. STACKSIZE   16384
  20.