home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gui / pmdev.lha / PopupMenuDeveloper / Install / InstallDeveloperFiles < prev    next >
Encoding:
Text File  |  1997-02-26  |  735 b   |  24 lines

  1. ;
  2. ; $VER: PopupMenuIncludesInstaller V1.0 (27.2.96)
  3. ; Copyright ©1996-1997 Henrik Isaksson
  4. ;
  5.  
  6. Echo "PopupMenu Library Installer V1.0"
  7. Echo "This script will install the developer files for popupmenu.library"
  8. Echo
  9. Ask "Do you wish to install the include files to INCLUDE:?"
  10. IF Warn
  11.     Echo "Copying files to INCLUDE:..."
  12.     Copy "/Include/CLIB/pm_protos.h" "INCLUDE:CLIB/"
  13.     Copy "/Include/Pragmas/pm_pragmas.h" "INCLUDE:PRAGMAS/"
  14.     Copy "/Include/Proto/pm.h" "INCLUDE:Proto/"
  15.     Copy "/Include/Libraries/pm.h" "INCLUDE:Libraries/"
  16.     Echo "Done!"
  17. ENDIF
  18. Echo
  19. Ask "Do you want to install the developer documentation?"
  20. IF Warn
  21.     RequestFile >ENV:__PMDocsDrawer DRAWERSONLY TITLE "Where do you want it installed?"
  22.     Copy "/pm.h" $__PMDocsDrawer
  23. ENDIF
  24.