home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / music / deli211.lha / DeliTracker_II / Bonus / playsid3.lha / PlaySID3.0 / Install_Library < prev    next >
Text File  |  1994-08-12  |  724b  |  34 lines

  1.  
  2. ; Install script for PlaySID.library
  3.  
  4. (set old_level @user-level)
  5. (set @default-dest "")
  6.  
  7. (set psidlib "libs/PlaySID.library")
  8.  
  9. ;=============================================================================
  10. ; English strings
  11.  
  12. (set #copying-psidlib        "Copying PlaySID.library to LIBS:...")
  13.  
  14. (set #install-msg
  15. (cat "\n\nPlaySID library installation script.\n"
  16.      "This script installs PlaySID.library\n"
  17.      "on your Amiga.\n\n"
  18.      "⌐ 1994 Per Hσkan Sundell and Ron Birk\n"
  19.      "All rights reserved."
  20. ))
  21.  
  22. ;=============================================================================
  23.  
  24. (message #install-msg)
  25.  
  26. (copylib
  27.     (prompt "\n" #copying-psidlib)
  28.     (help @copylib-help)
  29.     (source psidlib)
  30.     (dest "LIBS:")
  31.     (confirm)
  32. )
  33.  
  34.