Commit 35aa0837 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Applied r84870 to older compilers.

parent 2cdacd74
...@@ -27,7 +27,7 @@ setlocal ...@@ -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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment