[Python-checkins] python/dist/src/RISCOS/support !Boot,1.2,1.3 !Run,1.1,1.2

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 10 May 2003 00:36:58 -0700


Update of /cvsroot/python/python/dist/src/RISCOS/support
In directory sc8-pr-cvs1:/tmp/cvs-serv17284/RISCOS/support

Modified Files:
	!Boot !Run 
Log Message:
Patch #734231: Update RiscOS support. In particular, correct 
riscospath.extsep, and use os.extsep throughout.


Index: !Boot
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/support/!Boot,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** !Boot	24 Oct 2001 20:13:15 -0000	1.2
--- !Boot	10 May 2003 07:36:56 -0000	1.3
***************
*** 7,12 ****
  <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>.python22 %*0
\ No newline at end of file
--- 7,22 ----
  <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

Index: !Run
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/support/!Run,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** !Run	10 Apr 2001 22:03:33 -0000	1.1
--- !Run	10 May 2003 07:36:56 -0000	1.2
***************
*** 1,2 ****
  <Obey$Dir>.!Boot
! TaskWindow "python" -name "Python" -quit -display
\ No newline at end of file
--- 1,2 ----
  <Obey$Dir>.!Boot
! TaskWindow "python" -name "Python" -quit -display -wimpslot 1248k
\ No newline at end of file