mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
This commit is contained in:
parent
5467d4c0e3
commit
a94568a753
27 changed files with 482 additions and 59 deletions
|
|
@ -6,7 +6,17 @@ 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
|
||||
set Alias$@RunType_ae5 TaskWindow |"python %%*0|" -name |"Python|" -quit -wimpslot 1248k
|
||||
| -display
|
||||
set File$Type_ae5 Python
|
||||
set Alias$Python Run <Python$Dir>.python22 %*0
|
||||
|
||||
| load modules for 32 bit compatibility
|
||||
RMEnsure UtilityModule 3.10 Error This application requires RISC OS 3.10 or later
|
||||
RMEnsure UtilityModule 3.70 RMEnsure CallASWI 0.02 RMLoad System:Modules.CallASWI
|
||||
RMEnsure UtilityModule 3.70 RMEnsure CallASWI 0.02 Error This application requires CallASWI 0.02 or later
|
||||
RMEnsure FPEmulator 4.03 RMLoad System:Modules.FPEmulator
|
||||
RMEnsure FPEmulator 4.03 Error This application requires FPEmulator 4.03 or later
|
||||
RMEnsure SharedCLibrary 5.17 RMLoad System:Modules.CLib
|
||||
RMEnsure SharedCLibrary 5.34 Error This application requires SharedCLibrary 5.34 or later
|
||||
|
||||
set Alias$Python Run <Python$Dir>.python23 %*0
|
||||
Loading…
Add table
Add a link
Reference in a new issue