summaryrefslogtreecommitdiffstats
path: root/RISCOS/support
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-10 22:07:43 (GMT)
committerGuido van Rossum <guido@python.org>2001-04-10 22:07:43 (GMT)
commitbceccf5f43b51d166951ea97cff086c8828b745b (patch)
tree051a8711efadb0a2c114debc509946507e65469e /RISCOS/support
parent13aa70679ef504a7517261d5c4a3a27ee9aa30c7 (diff)
downloadcpython-bceccf5f43b51d166951ea97cff086c8828b745b.zip
cpython-bceccf5f43b51d166951ea97cff086c8828b745b.tar.gz
cpython-bceccf5f43b51d166951ea97cff086c8828b745b.tar.bz2
Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger
Diffstat (limited to 'RISCOS/support')
-rw-r--r--RISCOS/support/!Boot12
-rw-r--r--RISCOS/support/!Run2
-rw-r--r--RISCOS/support/!Spritesbin0 -> 1532 bytes
-rw-r--r--RISCOS/support/!Sprites22bin0 -> 2876 bytes
-rw-r--r--RISCOS/support/AddToPathbin0 -> 256 bytes
5 files changed, 14 insertions, 0 deletions
diff --git a/RISCOS/support/!Boot b/RISCOS/support/!Boot
new file mode 100644
index 0000000..668d6b1
--- /dev/null
+++ b/RISCOS/support/!Boot
@@ -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/!Run b/RISCOS/support/!Run
new file mode 100644
index 0000000..6919579
--- /dev/null
+++ b/RISCOS/support/!Run
@@ -0,0 +1,2 @@
+<Obey$Dir>.!Boot
+TaskWindow "python" -name "Python" -quit -display \ No newline at end of file
diff --git a/RISCOS/support/!Sprites b/RISCOS/support/!Sprites
new file mode 100644
index 0000000..cdf4a65
--- /dev/null
+++ b/RISCOS/support/!Sprites
Binary files differ
diff --git a/RISCOS/support/!Sprites22 b/RISCOS/support/!Sprites22
new file mode 100644
index 0000000..5ca88f5
--- /dev/null
+++ b/RISCOS/support/!Sprites22
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