home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / wvplr1 / wpdemo.def < prev    next >
Encoding:
Text File  |  1994-06-25  |  596 b   |  20 lines

  1. ;------------------------------------------------
  2. ;   Main wpdemo
  3. ;   Lighthouse Engineering
  4. ;   Copyright   1994 by Lighthouse Engineering.  All Rights Reserved.
  5. ;
  6. ;   SUBSYSTEM:    wpdemo.exe Module Defintion File
  7. ;   FILE:         wpdemo.def
  8. ;   AUTHOR:       K. Scott Piel
  9. ;
  10. ;------------------------------------------------
  11.  
  12. NAME wpdemo
  13.  
  14. DESCRIPTION 'wpdemo Application - Copyright   1994 by Lighthouse Engineering.  All Rights Reserved.'
  15. EXETYPE     WINDOWS
  16. CODE        PRELOAD MOVEABLE DISCARDABLE
  17. DATA        PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE    4096
  19. STACKSIZE   8192
  20.