home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 88 / af088a.adf / InstallLibs < prev    next >
Text File  |  1996-07-04  |  1KB  |  74 lines

  1. ;*************************************
  2. ;Automatic X-DVE libraries installator
  3. ;*************************************
  4.  
  5. Set xd "X-DVE_1:libs/x-dve.library000"
  6. Set cf `X-DVE_1:CpuFpu`
  7.  
  8.  
  9. ;********************* 68040 ***************************
  10.  
  11. If $cf EQ "44"
  12.     set xd "X-DVE_1:libs/x-dve.library040"
  13.     Skip EndScript
  14. endif
  15.  
  16. If $cf EQ "40"
  17.     set xd "X-DVE_1:libs/x-dve.library020"
  18.     Skip EndScript
  19. endif
  20.  
  21. ;********************* 68030 ***************************
  22.  
  23. If $cf EQ "34"
  24.     set xd "X-DVE_1:libs/x-dve.library030"
  25.     Skip EndScript
  26. endif
  27.  
  28. If $cf EQ "32"
  29.     set xd "X-DVE_1:libs/x-dve.library030"
  30.     Skip EndScript
  31. endif
  32.  
  33. If $cf EQ "31"
  34.     set xd "X-DVE_1:libs/x-dve.library030"
  35.     Skip EndScript
  36. endif
  37.  
  38. If $cf EQ "30"
  39.     set xd "X-DVE_1:libs/x-dve.library020"
  40.     Skip EndScript
  41. endif
  42.  
  43. ;********************* 68020 ***************************
  44.  
  45. If $cf EQ "24"
  46.     set xd "X-DVE_1:libs/x-dve.library030"
  47.     Skip EndScript
  48. endif
  49.  
  50. If $cf EQ "22"
  51.     set xd "X-DVE_1:libs/x-dve.library030"
  52.     Skip EndScript
  53. endif
  54.  
  55. If $cf EQ "21"
  56.     set xd "X-DVE_1:libs/x-dve.library030"
  57.     Skip EndScript
  58. endif
  59.  
  60. If $cf EQ "20"
  61.     set xd "X-DVE_1:libs/x-dve.library020"
  62.     Skip EndScript
  63. endif
  64.  
  65. ;********************* 68000/68010 ***************************
  66.  
  67.  
  68. Lab EndScript
  69. Echo "Installing....."
  70. Echo $xd
  71. Copy $xd libs:x-dve.library CLONE
  72. Avail >NIL: Flush
  73. Echo "Ok, installation done."
  74.