home *** CD-ROM | disk | FTP | other *** search
- ; Installation script for xpkPWPK.library
-
- (transcript "Installing xpkPWPK.library...")
-
- (copylib
- (prompt "Install PowerPacker.library")
- (help @copylib-help)
- (source "LIBS/powerpacker.library")
- (dest "libs:")
- (confirm)
- )
-
- (set cputype (+(database "CPU")) )
-
- ( if (> cputype 68020)
- (set xpkPWPK "xpkPWPK030.library")
- (set xpkPWPK "xpkPWPK.library")
- )
-
- (copylib
- (prompt "Install xpkPWPK.library")
- (help @copylib-help)
- (source (cat "LIBS/Compressors/" xpkPWPK) )
- (newname "xpkPWPK.library")
- (dest "libs:Compressors")
- (confirm)
- )
-
- (set @default-dest "libs:Compressors")
-
- (exit)
-