;************************************* ;Automatic XFA libraries installator ;$VER: 1.09 (30/10/1996) ;************************************* ;Default settings Set xf "X-DVE:libs/xfa.library000" Set cf `X-DVE:Utils/CpuFpu` ;********************* 68060 *************************** If $cf EQ "64" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "60" set xf "x-dve:libs/xfa.library020" Skip EndScript endif ;********************* 68040 *************************** If $cf EQ "44" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "40" set xf "x-dve:libs/xfa.library020" Skip EndScript endif ;********************* 68030 *************************** If $cf EQ "34" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "32" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "31" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "30" set xf "x-dve:libs/xfa.library020" Skip EndScript endif ;********************* 68020 *************************** If $cf EQ "24" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "22" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "21" set xf "x-dve:libs/xfa.library020" Skip EndScript endif If $cf EQ "20" set xf "x-dve:libs/xfa.library020" Skip EndScript endif ;********************* 68000/68010 *************************** Lab EndScript Echo "Installing....." Echo $xf Copy $xf libs:xfa.library CLONE Avail >NIL: Flush Echo "Ok."