home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: PopupMenuIncludesInstaller V1.0 (27.2.96)
- ; Copyright ©1996-1997 Henrik Isaksson
- ;
-
- Echo "PopupMenu Library Installer V1.0"
- Echo "This script will install the developer files for popupmenu.library"
- Echo
- Ask "Do you wish to install the include files to INCLUDE:?"
- IF Warn
- Echo "Copying files to INCLUDE:..."
- Copy "/Include/CLIB/pm_protos.h" "INCLUDE:CLIB/"
- Copy "/Include/Pragmas/pm_pragmas.h" "INCLUDE:PRAGMAS/"
- Copy "/Include/Proto/pm.h" "INCLUDE:Proto/"
- Copy "/Include/Libraries/pm.h" "INCLUDE:Libraries/"
- Echo "Done!"
- ENDIF
- Echo
- Ask "Do you want to install the developer documentation?"
- IF Warn
- RequestFile >ENV:__PMDocsDrawer DRAWERSONLY TITLE "Where do you want it installed?"
- Copy "/pm.h" $__PMDocsDrawer
- ENDIF
-