home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / SHELL.PAK / SHELLAPP.DEF < prev    next >
Encoding:
Text File  |  1997-05-06  |  772 b   |  24 lines

  1. ;-----------------------------------------------------------------------------
  2. ;   Project Shell
  3. ;   Borland International
  4. ;   Copyright ⌐ 1995 Borland International. All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    shell.exe Module Defintion File
  7. ;   FILE:         shellapp.def
  8. ;   AUTHOR:       The OWL Team
  9. ;
  10. ;-----------------------------------------------------------------------------
  11.  
  12. NAME Shell
  13.  
  14. DESCRIPTION 'Shell Application - Copyright ⌐ 1995 Borland International. All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE
  18.  
  19. ; Note: The following are recommended settings for the default
  20. ;       AppExpert application when compiled as a 16-bit target.
  21. ;
  22. ; HEAPSIZE    4096
  23. ; STACKSIZE   8192
  24.