diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2003-05-10 07:36:56 +0000 | 
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2003-05-10 07:36:56 +0000 | 
| commit | a94568a7535de60f1144e4eea0d027b87017a4b4 (patch) | |
| tree | 5a8f696ca440a296b18521be17920b48f2021e4c /RISCOS/support | |
| parent | 5467d4c0e31e9db305a4899a44d7978f83e96649 (diff) | |
| download | cpython-git-a94568a7535de60f1144e4eea0d027b87017a4b4.tar.gz | |
Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
Diffstat (limited to 'RISCOS/support')
| -rw-r--r-- | RISCOS/support/!Boot | 14 | ||||
| -rw-r--r-- | RISCOS/support/!Run | 2 | 
2 files changed, 13 insertions, 3 deletions
diff --git a/RISCOS/support/!Boot b/RISCOS/support/!Boot index c2c66445ab..d3600b8e97 100644 --- a/RISCOS/support/!Boot +++ b/RISCOS/support/!Boot @@ -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
\ No newline at end of file + +| 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
\ No newline at end of file diff --git a/RISCOS/support/!Run b/RISCOS/support/!Run index 6919579f72..2964e0a774 100644 --- a/RISCOS/support/!Run +++ b/RISCOS/support/!Run @@ -1,2 +1,2 @@  <Obey$Dir>.!Boot -TaskWindow "python" -name "Python" -quit -display
\ No newline at end of file +TaskWindow "python" -name "Python" -quit -display -wimpslot 1248k
\ No newline at end of file  | 
