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