mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Applied r84870 to older compilers.
This commit is contained in:
parent
2cdacd7495
commit
35aa08376b
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ setlocal
|
||||||
set exe=python
|
set exe=python
|
||||||
set qmode=
|
set qmode=
|
||||||
set dashO=
|
set dashO=
|
||||||
PATH %PATH%;..\..\..\tcltk\bin
|
PATH %PATH%;%~dp0..\..\..\tcltk\bin
|
||||||
|
|
||||||
:CheckOpts
|
:CheckOpts
|
||||||
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ setlocal
|
||||||
set exe=python
|
set exe=python
|
||||||
set qmode=
|
set qmode=
|
||||||
set dashO=
|
set dashO=
|
||||||
PATH %PATH%;..\..\..\tcltk\bin
|
PATH %PATH%;%~dp0..\..\..\tcltk\bin
|
||||||
|
|
||||||
:CheckOpts
|
:CheckOpts
|
||||||
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue