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