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
af78e47f
Commit
af78e47f
authored
Dec 04, 2008
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More 3.0 -> 3.1 transistion in the Windows and OS/2 build files
parent
73629da1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
PC/VS8.0/build_ssl.bat
PC/VS8.0/build_ssl.bat
+2
-2
PC/VS8.0/kill_python.c
PC/VS8.0/kill_python.c
+1
-1
PC/os2emx/python27.def
PC/os2emx/python27.def
+0
-0
PCbuild/build_ssl.bat
PCbuild/build_ssl.bat
+2
-2
No files found.
PC/VS8.0/build_ssl.bat
View file @
af78e47f
...
...
@@ -2,10 +2,10 @@
if
not
defined
HOST_PYTHON
(
if
%
1
EQU
Debug
(
set
HOST_PYTHON
=
python_d
.exe
if
not
exist
python3
0
_d
.dll
exit
1
if
not
exist
python3
1
_d
.dll
exit
1
)
ELSE
(
set
HOST_PYTHON
=
python
.exe
if
not
exist
python3
0
.dll
exit
1
if
not
exist
python3
1
.dll
exit
1
)
)
%HOST_PYTHON%
build_ssl
.py
%
1
%
2
%
3
...
...
PC/VS8.0/kill_python.c
View file @
af78e47f
...
...
@@ -106,7 +106,7 @@ main(int argc, char **argv)
/*
* XXX TODO: if we really wanted to be fancy, we could check the
* modules for all processes (not just the python[_d].exe ones)
* and see if any of our DLLs are loaded (i.e. python3
0
[_d].dll),
* and see if any of our DLLs are loaded (i.e. python3
1
[_d].dll),
* as that would also inhibit our ability to rebuild the solution.
* Not worth loosing sleep over though; for now, a simple check
* for just the python executable should be sufficient.
...
...
PC/os2emx/python2
6
.def
→
PC/os2emx/python2
7
.def
View file @
af78e47f
File moved
PCbuild/build_ssl.bat
View file @
af78e47f
...
...
@@ -2,10 +2,10 @@
if
not
defined
HOST_PYTHON
(
if
%
1
EQU
Debug
(
set
HOST_PYTHON
=
python_d
.exe
if
not
exist
python3
0
_d
.dll
exit
1
if
not
exist
python3
1
_d
.dll
exit
1
)
ELSE
(
set
HOST_PYTHON
=
python
.exe
if
not
exist
python3
0
.dll
exit
1
if
not
exist
python3
1
.dll
exit
1
)
)
%HOST_PYTHON%
build_ssl
.py
%
1
%
2
%
3
...
...
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