Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
diff --git "a/RISCOS/support/\041Boot" "b/RISCOS/support/\041Boot"
new file mode 100644
index 0000000..668d6b1
--- /dev/null
+++ "b/RISCOS/support/\041Boot"
@@ -0,0 +1,12 @@
+set Python$Dir <Obey$Dir>
+set PythonApp$Path <Obey$Dir>.
+
+IconSprites <Obey$Dir>.!Sprites
+
+<Obey$Dir>.AddToPath Python$Path PythonApp:Lib
+<Obey$Dir>.AddToPath Python$Path PythonApp:Lib.plat-riscos
+<Obey$Dir>.AddToPath Python$Path PythonApp:Lib.site-packages
+set Alias$@RunType_ae5 TaskWindow |"python %%*0|" -name |"Python|" -quit
+| -display
+set File$Type_ae5 Python
+set Alias$Python Run <Python$Dir>.python21 %*0
\ No newline at end of file
diff --git "a/RISCOS/support/\041Run" "b/RISCOS/support/\041Run"
new file mode 100644
index 0000000..6919579
--- /dev/null
+++ "b/RISCOS/support/\041Run"
@@ -0,0 +1,2 @@
+<Obey$Dir>.!Boot
+TaskWindow "python" -name "Python" -quit -display
\ No newline at end of file
diff --git "a/RISCOS/support/\041Sprites" "b/RISCOS/support/\041Sprites"
new file mode 100644
index 0000000..cdf4a65
--- /dev/null
+++ "b/RISCOS/support/\041Sprites"
Binary files differ
diff --git "a/RISCOS/support/\041Sprites22" "b/RISCOS/support/\041Sprites22"
new file mode 100644
index 0000000..5ca88f5
--- /dev/null
+++ "b/RISCOS/support/\041Sprites22"
Binary files differ
diff --git a/RISCOS/support/AddToPath b/RISCOS/support/AddToPath
new file mode 100644
index 0000000..a16e3ad
--- /dev/null
+++ b/RISCOS/support/AddToPath
Binary files differ