Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger

This commit is contained in:
Guido van Rossum 2001-04-10 22:07:43 +00:00
parent 13aa70679e
commit bceccf5f43
11 changed files with 240 additions and 162 deletions

12
RISCOS/support/!Boot Normal file
View file

@ -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

2
RISCOS/support/!Run Normal file
View file

@ -0,0 +1,2 @@
<Obey$Dir>.!Boot
TaskWindow "python" -name "Python" -quit -display

BIN
RISCOS/support/!Sprites Normal file

Binary file not shown.

BIN
RISCOS/support/!Sprites22 Normal file

Binary file not shown.

BIN
RISCOS/support/AddToPath Normal file

Binary file not shown.