Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b046529b
Commit
b046529b
authored
Sep 29, 2010
by
Hirokazu Yamamoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recorded rollback of revisions 84857,84870,84875 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
parent
cd22a58f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
PC/VS7.1/rt.bat
PC/VS7.1/rt.bat
+1
-1
PC/VS8.0/rt.bat
PC/VS8.0/rt.bat
+1
-1
PCbuild/rt.bat
PCbuild/rt.bat
+2
-2
No files found.
PC/VS7.1/rt.bat
View file @
b046529b
...
...
@@ -27,7 +27,7 @@ setlocal
set
exe
=
python
set
qmode
=
set
dashO
=
PATH
%PATH%
;
%~dp0
..\..\..\tcltk\bin
PATH
%PATH%
;
..\..\..\tcltk\bin
:CheckOpts
if
"
%
1"
==
"-O"
(
set
dashO
=
-O
)
&
shift
&
goto
CheckOpts
...
...
PC/VS8.0/rt.bat
View file @
b046529b
...
...
@@ -27,7 +27,7 @@ setlocal
set
exe
=
python
set
qmode
=
set
dashO
=
PATH
%PATH%
;
%~dp0
..\..\..\tcltk\bin
PATH
%PATH%
;
..\..\..\tcltk\bin
:CheckOpts
if
"
%
1"
==
"-O"
(
set
dashO
=
-O
)
&
shift
&
goto
CheckOpts
...
...
PCbuild/rt.bat
View file @
b046529b
...
...
@@ -30,7 +30,7 @@ set prefix=.\
set
suffix
=
set
qmode
=
set
dashO
=
set
tcltk
=
tcltk
set
tcltk
=
:CheckOpts
if
"
%
1"
==
"-O"
(
set
dashO
=
-O
)
&
shift
&
goto
CheckOpts
...
...
@@ -38,7 +38,7 @@ if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
if
"
%
1"
==
"-d"
(
set
suffix
=
_d
)
&
shift
&
goto
CheckOpts
if
"
%
1"
==
"-x64"
(
set
prefix
=
amd64
)
&
(
set
tcltk
=
tcltk64
)
&
shift
&
goto
CheckOpts
PATH
%PATH%
;
%~dp0
..\..\
%tcltk%
\bin
PATH
%PATH%
;
..\..\
%tcltk%
\bin
set
exe
=
%prefix%
\python
%suffix%
set
cmd
=
%exe%
%dashO%
-Wd
-
3
-E -tt
../lib/test/regrtest.py
%
1
%
2
%
3
%
4
%
5
%
6
%
7
%
8
%
9
if
defined
qmode
goto
Qmode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment