[Python-checkins] python/dist/src/PCbuild rt.bat,1.10,1.11

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 30 23:27:58 CEST 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30717/PCbuild

Modified Files:
	rt.bat 
Log Message:
Since it's impossible to build Python using VC7.1 on a command.com
system, exploit cmd.exe's setlocal function in this directory.


Index: rt.bat
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/rt.bat,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rt.bat	30 Aug 2004 21:14:51 -0000	1.10
+++ rt.bat	30 Aug 2004 21:27:55 -0000	1.11
@@ -15,10 +15,10 @@
 @rem runs
 @rem     python_d ../lib/test/regrtest.py -g test_binascii
 @rem to generate the expected-output file for binascii quickly.
+ at setlocal
 @set _exe=python
 @set _qmode=no
 @set _dashO=
- at set _oldpath=%PATH%
 @PATH %PATH%;..\..\tcltk\bin
 @goto CheckOpts
 :Again
@@ -38,8 +38,3 @@
 @pause
 :Qmode
 %_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
- at set _exe=
- at set _qmode=
- at set _dashO=
- at PATH %_oldpath%
- at set _oldpath=



More information about the Python-checkins mailing list