From 28475cd7d77cba1d79f38a488a9744ad8c8ca716 Mon Sep 17 00:00:00 2001 From: Andrew Timmins Date: Tue, 20 Jul 2004 17:32:13 +0000 Subject: [project @ 2004-07-20 17:32:13 by atimmins] Updated to allow for testing NCNetSurf on RISC OS svn path=/import/netsurf/; revision=1127 --- !NCNetSurf/!Run,feb | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) (limited to '!NCNetSurf/!Run,feb') diff --git a/!NCNetSurf/!Run,feb b/!NCNetSurf/!Run,feb index 0a4ba654f..2a252c5fc 100644 --- a/!NCNetSurf/!Run,feb +++ b/!NCNetSurf/!Run,feb @@ -1,50 +1,51 @@ .!Boot | Can't run more than one copy of NCNetSurf at once. -If "" = "yes" Then Error NetSurf is already running +If "" = "yes" Then Error NCNetSurf is already running. -| We need NCOS 1.11 -RMEnsure OSVersion 1.11 Error NCNetSurf needs NCOS 1.11 or later +| Check to see if we are running on RISCOS or NCOS. +Set NetSurf$Desktop no +RMEnsure OSVersion 0.00 Set NetSurf$Desktop yes -| Ensure the latest SharedCLibrary is installed -| http://www.iyonix.com/32bit/ -RMEnsure SharedCLibrary 5.47 RMLoad .RMStore.SharedCLib +| We need NCOS 1.11 +If "" = "no" Then RMEnsure OSVersion 1.11 Error NCNetSurf needs NCOS 1.11 or later. -| Ensure CallASWI is installed +| Ensure CallASWI is installed. | http://www.iyonix.com/32bit/ -RMEnsure CallASWI 0.02 RMLoad .RMStore.CallASWI +If "" = "no" Then RMLoad .RMStore.CallASWI Else RMEnsure UtilityModule 3.70 RMLoad RMLoad System:Modules.CallASWI -| Ensure DrawFile is installed +| Ensure DrawFile is installed. | http://acorn.riscos.com/riscos/releases/drawfile.arc -RMEnsure DrawFile 1.30 RMLoad .RMStore.DrawFile +RMEnsure DrawFile 1.30 If "" = "no" Then RMLoad .RMStore.DrawFile Else RMLoad System:Modules.DrawFile -| Ensure SharedUnixLibrary is installed +| Ensure SharedUnixLibrary is installed. | http://www.chocky.org/unix/usage.html -RMEnsure SharedUnixLibrary 1.02 RMLoad .RMStore.SharedULib +RMEnsure SharedUnixLibrary 1.02 If "" = "no" Then RMLoad .RMStore.SharedULib Else RMLoad System:Modules.SharedULib -| Ensure AcornURI is installed +| Ensure AcornURI is installed. | http://sudden.recoil.org/ Unset NetSurf$Start_URI_Handler RMEnsure AcornURI 0.12 Set NetSurf$Start_URI_Handler 1 -RMEnsure AcornURI 0.12 RMLoad .RMStore.URI +RMEnsure AcornURI 0.12 If "" = "no" Then RMLoad .RMStore.URI Else RMLoad System:Modules.Network.URI RMEnsure AcornURI 0.12 Unset NetSurf$Start_URI_Handler -| Ensure MimeMap is installed -If "" = "" Then Error Inet databases can not be found -If "" = "" Then Set Inet$MimeMappings .Resources.MimeMap -RMEnsure MimeMap 0.10 RMLoad .RMStore.MimeMap -RMEnsure MimeMap 0.10 Error NetSurf requires MimeMap 0.10 or later +| Ensure MimeMap is installed. +If "" = "" Then Error Inet databases can not be found. +If "" = "" Then Set Inet$MimeMappings InetDBase:MimeMap +RMEnsure MimeMap 0.10 RMLoad System:Modules.Network.MimeMap +RMEnsure MimeMap 0.10 Error NCNetSurf requires MimeMap 0.10 or later. -| Ensure Tinct is installed +| Ensure Tinct is installed. RMEnsure Tinct 0.05 RMLoad .Resources.Tinct -RMEnsure Tinct 0.05 Error NetSurf requires Tinct 0.05 or later +RMEnsure Tinct 0.05 Error NetSurf requires Tinct 0.05 or later. -| Ensue that the Wimp Scrap directory has been set +| Ensue that the Wimp Scrap directory has been set. WimpSlot -Min 32k -Max 32k If "" = "" Then SetMacro Wimp$ScrapDir Cache:$.ScrapDir If "" = "" Then SetMacro Wimp$Scrap .ScrapFile Wimpslot -min 2150k -max 2150k +UnSet NetSurf$Desktop Set NetSurf$Running yes Run .!RunImage 2>.NCNetSurf UnSet NetSurf$Running \ No newline at end of file -- cgit v1.2.3