wiz16.def
资源名称:zipsrc.zip [点击查看]
上传用户:jlteech
上传日期:2007-01-06
资源大小:349k
文件大小:1k
源码类别:
压缩解压
开发平台:
Visual C++
- ;module-definition file for WiZip-- used by link.exe
- NAME WiZ ; application's module name
- DESCRIPTION 'Windows Info-ZIP 4.0 by Info-ZIP, Mike White 1996'
- EXETYPE WINDOWS
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
- ;CODE can be moved in memory and discarded/reloaded
- CODE MOVEABLE PRELOAD
- ;DATA must be MULTIPLE if program can be invoked more than once
- DATA MOVEABLE MULTIPLE PRELOAD
- HEAPSIZE 24000 ; need heap for buffers
- STACKSIZE 24000 ; need plenty of stack
- ; WiZip walks a fine line between keeping heap+stack
- ; and automatics under <64K and not. Change HEAPSIZE and STACKSIZE
- ; only if you have the time to experiment.