home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / gadtoolsbox / installlibs < prev    next >
Text File  |  1995-02-27  |  1KB  |  46 lines

  1. FailAt 20
  2.  
  3. Version > NIL: nofrag.library 2
  4. If NOT WARN
  5.     Echo "*nYou already got installed :  " NOLINE
  6.     Version nofrag.library
  7.     Echo "" NOLINE
  8.     Ask "Do you want to install version 2.2 of the nofrag.library?"
  9.     If NOT WARN
  10.         Skip NoFrag
  11.     EndIf
  12. EndIf
  13.  
  14. Echo "*nCopying the nofrag.library to your LIBS: ..."
  15. Copy > NIL: libs/nofrag.library TO LIBS:
  16.  
  17. Lab NoFrag
  18.  
  19. Version > NIL: gadtoolsbox.library 39
  20. If NOT WARN
  21.     Echo "*nYou already got installed : " NOLINE
  22.     Version gadtoolsbox.library
  23.     Echo "" NOLINE
  24.     Ask "Do you want to install version 39.3 of the gadtoolsbox.library?"
  25.     If NOT WARN
  26.         Skip NoGTX
  27.     EndIf
  28. EndIf
  29.  
  30. Echo "*nCopying the gadtoolsbox.library to your libs: ..."
  31. Copy > NIL: libs/gadtoolsbox.library TO LIBS:
  32.  
  33. Lab NoGTX
  34. Avail > NIL: FLUSH
  35.  
  36. Echo "*nGadToolsBox also requires V38 of the reqtools.library to operate."
  37. Echo "Also the powerpacker.library V35 is necessary when you wish to load/save"
  38. Echo "powerpacker crunched binaries."
  39. Echo "*nThese libraries are both available on AmigaLibDisk's and if you already"
  40. Echo "have an older GadToolsBox installed you already have them."
  41. Echo "*nDone."
  42.  
  43. Wait 5
  44.  
  45. EndCLI > NIL:
  46.