|
Last change
on this file was 2, checked in by Yuri Dario, 15 years ago |
|
Initial import for vendor code.
|
-
Property svn:eol-style
set to
native
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | set Python$Dir <Obey$Dir>
|
|---|
| 2 | set PythonApp$Path <Obey$Dir>.
|
|---|
| 3 |
|
|---|
| 4 | IconSprites <Obey$Dir>.!Sprites
|
|---|
| 5 |
|
|---|
| 6 | <Obey$Dir>.AddToPath Python$Path PythonApp:Lib
|
|---|
| 7 | <Obey$Dir>.AddToPath Python$Path PythonApp:Lib.plat-riscos
|
|---|
| 8 | <Obey$Dir>.AddToPath Python$Path PythonApp:Lib.site-packages
|
|---|
| 9 | set Alias$@RunType_ae5 TaskWindow |"python %%*0|" -name |"Python|" -quit -wimpslot 1248k
|
|---|
| 10 | | -display
|
|---|
| 11 | set File$Type_ae5 Python
|
|---|
| 12 |
|
|---|
| 13 | | load modules for 32 bit compatibility
|
|---|
| 14 | RMEnsure UtilityModule 3.10 Error This application requires RISC OS 3.10 or later
|
|---|
| 15 | RMEnsure UtilityModule 3.70 RMEnsure CallASWI 0.02 RMLoad System:Modules.CallASWI
|
|---|
| 16 | RMEnsure UtilityModule 3.70 RMEnsure CallASWI 0.02 Error This application requires CallASWI 0.02 or later
|
|---|
| 17 | RMEnsure FPEmulator 4.03 RMLoad System:Modules.FPEmulator
|
|---|
| 18 | RMEnsure FPEmulator 4.03 Error This application requires FPEmulator 4.03 or later
|
|---|
| 19 | RMEnsure SharedCLibrary 5.17 RMLoad System:Modules.CLib
|
|---|
| 20 | RMEnsure SharedCLibrary 5.34 Error This application requires SharedCLibrary 5.34 or later
|
|---|
| 21 |
|
|---|
| 22 | set Alias$Python Run <Python$Dir>.python23 %*0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.