home *** CD-ROM | disk | FTP | other *** search
- ; module-definition file for generic -- used by LINK.EXE
-
- NAME Tdosmem ; application's module name
-
- DESCRIPTION 'Sample Microsoft Windows Application'
-
- EXETYPE WINDOWS ; required for all Windows applications
-
- ;CODE can be moved in memory
- CODE PRELOAD MOVEABLE
-
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA PRELOAD MOVEABLE MULTIPLE
-
-
- HEAPSIZE 1024
- STACKSIZE 5120
-
- EXPORTS MainWndProc
- About
-