home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 05 / grdlagen / windemo.def < prev    next >
Encoding:
Text File  |  1991-02-21  |  591 b   |  18 lines

  1. ; --------------------------------------------------
  2. ; WINDEMO.DEF - Moduldefinitionsdatei für WINDEMO.C
  3. ; --------------------------------------------------
  4.  
  5. NAME            WINDEMO
  6.  
  7. DESCRIPTION     'Windows-Demoprogramm in C'
  8. EXETYPE         WINDOWS
  9. STUB            'WINSTUB.EXE'
  10. CODE            PRELOAD MOVEABLE DISCARDABLE
  11. DATA            PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE        1024
  13. STACKSIZE       8192
  14. EXPORTS         Fenster  @1
  15.                 Hilfe    @2
  16. ; --------------------------------------------------
  17. ; -             Ende von WINDEMO.DEF               -
  18.