Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35aa083

Browse files
author
Hirokazu Yamamoto
committed
Applied r84870 to older compilers.
1 parent 2cdacd7 commit 35aa083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PC/VS7.1/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setlocal
2727
set exe=python
2828
set qmode=
2929
set dashO=
30-
PATH %PATH%;..\..\..\tcltk\bin
30+
PATH %PATH%;%~dp0..\..\..\tcltk\bin
3131

3232
:CheckOpts
3333
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts

PC/VS8.0/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setlocal
2727
set exe=python
2828
set qmode=
2929
set dashO=
30-
PATH %PATH%;..\..\..\tcltk\bin
30+
PATH %PATH%;%~dp0..\..\..\tcltk\bin
3131

3232
:CheckOpts
3333
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts

0 commit comments

Comments
 (0)