mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Copy shared libraries too
svn path=/trunk/netsurf/; revision=11082
This commit is contained in:
parent
689123822a
commit
ddd677e72a
32
amiga/dist/Install
vendored
32
amiga/dist/Install
vendored
@ -241,6 +241,29 @@
|
||||
)
|
||||
)
|
||||
|
||||
(procedure p_copylib #lib
|
||||
(if (<> #AutoInstall 1)
|
||||
(
|
||||
(copylib
|
||||
(prompt "Copying " #lib "...")
|
||||
(help @copylib-help)
|
||||
(source (tackon "Libs/" #lib))
|
||||
(dest "Libs:")
|
||||
(optional "nofail" "force")
|
||||
(confirm "expert")
|
||||
)
|
||||
)
|
||||
;else
|
||||
(
|
||||
(run "CopyStore Libs/" #lib " Libs:")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; Script execution starts here ;;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(if (= @app-name "NetSurfAutoInstall") (set #AutoInstall 1))
|
||||
(set @app-name "NetSurf")
|
||||
|
||||
@ -436,6 +459,15 @@
|
||||
)
|
||||
|
||||
(set #complete 40)
|
||||
(working "Copying Libraries")
|
||||
|
||||
(foreach "Libs" "#?"
|
||||
(complete #complete)
|
||||
(p_copylib @each-name)
|
||||
(set #complete (+ #complete 2))
|
||||
)
|
||||
|
||||
(set #complete 60)
|
||||
|
||||
(if (= #cairo-version 1)
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user