home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ;**
- ;** BNDEMO2.DEF - Link Definition File
- ;**
- ;** Steven R Clabaugh
- ;** SRC Enterprises
- ;**
- ;****************************************************************************
-
- NAME BNDEMO2 ; application's module name
-
- DESCRIPTION 'Button Demo2'
-
- EXETYPE WINDOWS ; required for all Windows applications
-
- STUB 'WINSTUB.EXE' ; Generates error message if application
- ; is run without Windows
-
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024
- STACKSIZE 5120 ; recommended minimum for Windows applications
-