diff options
author | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 (GMT) |
commit | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 (patch) | |
tree | 64b6306494f992605ef5bd854dfc9e4922f8b967 /RISCOS/support | |
parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 (diff) | |
download | cpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.zip cpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz cpython-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.bz2 |
Remove RISCOS support
Diffstat (limited to 'RISCOS/support')
-rw-r--r-- | RISCOS/support/!Boot | 22 | ||||
-rw-r--r-- | RISCOS/support/!Run | 2 | ||||
-rw-r--r-- | RISCOS/support/!Sprites | bin | 1532 -> 0 bytes | |||
-rw-r--r-- | RISCOS/support/!Sprites22 | bin | 2876 -> 0 bytes | |||
-rw-r--r-- | RISCOS/support/AddToPath | bin | 256 -> 0 bytes |
5 files changed, 0 insertions, 24 deletions
diff --git a/RISCOS/support/!Boot b/RISCOS/support/!Boot deleted file mode 100644 index d3600b8..0000000 --- a/RISCOS/support/!Boot +++ /dev/null @@ -1,22 +0,0 @@ -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 -wimpslot 1248k -| -display -set File$Type_ae5 Python - -| 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 deleted file mode 100644 index 2964e0a..0000000 --- a/RISCOS/support/!Run +++ /dev/null @@ -1,2 +0,0 @@ -<Obey$Dir>.!Boot -TaskWindow "python" -name "Python" -quit -display -wimpslot 1248k
\ No newline at end of file diff --git a/RISCOS/support/!Sprites b/RISCOS/support/!Sprites Binary files differdeleted file mode 100644 index cdf4a65..0000000 --- a/RISCOS/support/!Sprites +++ /dev/null diff --git a/RISCOS/support/!Sprites22 b/RISCOS/support/!Sprites22 Binary files differdeleted file mode 100644 index 5ca88f5..0000000 --- a/RISCOS/support/!Sprites22 +++ /dev/null diff --git a/RISCOS/support/AddToPath b/RISCOS/support/AddToPath Binary files differdeleted file mode 100644 index a16e3ad..0000000 --- a/RISCOS/support/AddToPath +++ /dev/null |