mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
Since it's impossible to build Python using VC7.1 on a command.com
system, exploit cmd.exe's setlocal function in this directory.
This commit is contained in:
parent
e82b00f14f
commit
e2f6899fd6
1 changed files with 1 additions and 6 deletions
|
|
@ -15,10 +15,10 @@
|
||||||
@rem runs
|
@rem runs
|
||||||
@rem python_d ../lib/test/regrtest.py -g test_binascii
|
@rem python_d ../lib/test/regrtest.py -g test_binascii
|
||||||
@rem to generate the expected-output file for binascii quickly.
|
@rem to generate the expected-output file for binascii quickly.
|
||||||
|
@setlocal
|
||||||
@set _exe=python
|
@set _exe=python
|
||||||
@set _qmode=no
|
@set _qmode=no
|
||||||
@set _dashO=
|
@set _dashO=
|
||||||
@set _oldpath=%PATH%
|
|
||||||
@PATH %PATH%;..\..\tcltk\bin
|
@PATH %PATH%;..\..\tcltk\bin
|
||||||
@goto CheckOpts
|
@goto CheckOpts
|
||||||
:Again
|
:Again
|
||||||
|
|
@ -38,8 +38,3 @@
|
||||||
@pause
|
@pause
|
||||||
:Qmode
|
:Qmode
|
||||||
%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
|
%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||||
@set _exe=
|
|
||||||
@set _qmode=
|
|
||||||
@set _dashO=
|
|
||||||
@PATH %_oldpath%
|
|
||||||
@set _oldpath=
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue