mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-12 18:13:10 +03:00
[project @ 2005-04-19 22:07:03 by jmb]
Now require Iconv (as forms rely on it for charset conversion). Note that version 0.04 is required as this contains fixes for bugs in previous versions. svn path=/import/netsurf/; revision=1671
This commit is contained in:
parent
d9575d3bd5
commit
cfbb8d3f56
@ -1,4 +1,4 @@
|
||||
| Run file for NetSurf. ( $Revision: 1.36 $ )
|
||||
| Run file for NetSurf. ( $Revision: 1.37 $ )
|
||||
|
|
||||
| This file ensures that the system resources required by NetSurf are
|
||||
| present. Additionally, it forces setting of system variables related
|
||||
@ -60,16 +60,12 @@ RMEnsure Tinct 0.09 Error NetSurf requires Tinct 0.09 or later. This can be down
|
||||
|
||||
| Ensure Iconv
|
||||
| http://moose.mine.nu:6888/iconv_latest.zip
|
||||
|
|
||||
| If Iconv is present, then ensure that the !Unicode resource has been
|
||||
| seen before loading Iconv. If it isn't present, don't bother checking
|
||||
| as we don't care.
|
||||
| Not an error if not present - there'll be no charset conversion.
|
||||
Set NetSurf$LoadIconv 0
|
||||
RMEnsure Iconv 0.02 IfThere System:Modules.Iconv Then Set NetSurf$LoadIconv 1
|
||||
If "<NetSurf$LoadIconv>" = "1" AND "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at http://moose.mine.nu:6888/iconv_latest.zip
|
||||
If "<NetSurf$LoadIconv>" = "1" Then NetSurfRMLoad System:Modules.Iconv
|
||||
Unset NetSurf$LoadIconv
|
||||
RMEnsure Iconv 0.04 NetSurfRMLoad System:Modules.Iconv
|
||||
RMEnsure Iconv 0.04 Error NetSurf requires Iconv 0.04 or later. This can be downloaded from http://moose.mine.nu:6888/iconv_latest.zip
|
||||
|
||||
| Ensure !Unicode resource
|
||||
| URL as for Iconv
|
||||
If "<Unicode$Path>" = "" Then Error NetSurf requires the !Unicode resource. This can be found, along with the Iconv module, at http://moose.mine.nu:6888/iconv_latest.zip
|
||||
|
||||
| No longer need this alias
|
||||
Unset Alias$NetSurfRMLoad
|
||||
|
Loading…
x
Reference in New Issue
Block a user