home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 88
/
af088a.adf
/
InstallLibs
< prev
next >
Wrap
Text File
|
1996-07-04
|
1KB
|
74 lines
;*************************************
;Automatic X-DVE libraries installator
;*************************************
Set xd "X-DVE_1:libs/x-dve.library000"
Set cf `X-DVE_1:CpuFpu`
;********************* 68040 ***************************
If $cf EQ "44"
set xd "X-DVE_1:libs/x-dve.library040"
Skip EndScript
endif
If $cf EQ "40"
set xd "X-DVE_1:libs/x-dve.library020"
Skip EndScript
endif
;********************* 68030 ***************************
If $cf EQ "34"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "32"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "31"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "30"
set xd "X-DVE_1:libs/x-dve.library020"
Skip EndScript
endif
;********************* 68020 ***************************
If $cf EQ "24"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "22"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "21"
set xd "X-DVE_1:libs/x-dve.library030"
Skip EndScript
endif
If $cf EQ "20"
set xd "X-DVE_1:libs/x-dve.library020"
Skip EndScript
endif
;********************* 68000/68010 ***************************
Lab EndScript
Echo "Installing....."
Echo $xd
Copy $xd libs:x-dve.library CLONE
Avail >NIL: Flush
Echo "Ok, installation done."