home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------
- ; Main nextapp
- ;
- ; Copyright ⌐ 1993. All Rights Reserved.
- ;
- ; SUBSYSTEM: nextapp.exe Module Defintion File
- ; FILE: nxtppapp.def
- ; AUTHOR:
- ;
- ;------------------------------------------------
-
- NAME nextapp
-
- DESCRIPTION 'nextapp Application - Copyright ⌐ 1993. All Rights Reserved.'
- EXETYPE WINDOWS
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
- HEAPSIZE 4096
- STACKSIZE 16384
-