home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / scentbns / bndemo3.def < prev    next >
Encoding:
Text File  |  1996-11-20  |  480 b   |  24 lines

  1. ;****************************************************************************
  2. ;**
  3. ;** BNDEMO3.DEF - Link Definition File
  4. ;**
  5. ;** Steven R Clabaugh
  6. ;** SRC Enterprises
  7. ;**
  8. ;****************************************************************************
  9.  
  10. NAME         BNDEMO3
  11.  
  12. DESCRIPTION  'Button Demo3'
  13.  
  14. EXETYPE      WINDOWS
  15.  
  16. STUB         'WINSTUB.EXE'
  17.  
  18. CODE  PRELOAD MOVEABLE DISCARDABLE
  19.  
  20. DATA  PRELOAD MOVEABLE MULTIPLE
  21.  
  22. HEAPSIZE     1024
  23. STACKSIZE    10240
  24.