home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / SSAVER2X.ZIP / SAMPLE.DEF < prev    next >
Text File  |  1993-12-08  |  838b  |  27 lines

  1. ;
  2. ;    sample.def
  3. ;    sample saver module definition file
  4. ;    (C) 1993 Siegfried Hanisch
  5. ;
  6.  
  7. ;    $$$$$ change code here $$$$$
  8. ;    Between the keywords LIBRARY and INITINSTANCE, insert the file(!) name
  9. ;    of your new module. It must be exactly the same name as the one of
  10. ;    the resulting *.ssm file; if it is not, OS/2 will refuse to load the
  11. ;    file.
  12. ;    If you want to be able to use the file on a FAT drive, make sure the
  13. ;    name does not exceed 8 characters.
  14. ;    After the DESCRIPTION keyword, you can add a comment or copyright
  15. ;    string or something like that.
  16. ;    Do not change the rest of the file (the DATA and EXPORTS sections).
  17. ;
  18. ; !!!!! following line changed since version 1.0
  19. LIBRARY     sample INITINSTANCE TERMINSTANCE
  20. DESCRIPTION    'ScreenSaver module  (C) 1993 Siegfried Hanisch'
  21.  
  22. DATA    SINGLE SHARED
  23. EXPORTS
  24.     SAVER_PROC
  25.  
  26.  
  27.