home *** CD-ROM | disk | FTP | other *** search
- ; $VER: Install_Libs.script V1.2 (27.2.94)
- ; © 1993-94 by Andreas R. Kleinert.
- ; This is the Installer Script for superplay.library V1+
-
- (copylib
- (prompt "Installing superplay.library to LIBS: ...")
- (help @copylib-help)
- (source ":superplay-Library/libs/superplay.library")
- (dest "LIBS:")
- (confirm)
- )
-
- (makedir "LIBS:spobjects")
-
- (copyfiles
- (prompt "Installing spobjects to LIBS:spobjects ...")
- (help @copyfiles-help)
- (source ":superplay-Library/libs/spobjects")
- (dest "LIBS:spobjects")
- (pattern "#?")
- (files)
- (confirm)
- )
-
-
-