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
7b383a57
Commit
7b383a57
authored
Jun 21, 2018
by
Anselm Kruis
Committed by
Zachary Ware
Jun 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844)
Set the openssl version to 1.0.2o and fix compiling Tcl.
parent
f2918881
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
PC/VS9.0/build.bat
PC/VS9.0/build.bat
+3
-2
PC/VS9.0/pyproject.vsprops
PC/VS9.0/pyproject.vsprops
+1
-1
PC/VS9.0/readme.txt
PC/VS9.0/readme.txt
+1
-1
No files found.
PC/VS9.0/build.bat
View file @
7b383a57
...
...
@@ -76,9 +76,10 @@ if '%build_tkinter%'=='true' (
)
if
'
%build_tkinter%
'
==
'true'
(
if
not
exist
"
%tcltkdir%
\bin\tcl85
%tcl_dbg_ext%
.dll"
(
@rem
all
and
install
need
to
be
separate
invocations
,
otherwise
nmakehlp
is
not
found
on
install
@rem
clean
,
all
and
install
need
to
be
separate
invocations
,
otherwise
nmakehlp
is
not
found
on
install
pushd
"
%tcldir%
\win"
nmake
-f
makefile
.vc
MACHINE
=
%machine%
DEBUG
=
%debug_flag%
INSTALLDIR
=
"
%tcltkdir%
"
clean
all
nmake
-f
makefile
.vc
MACHINE
=
%machine%
DEBUG
=
%debug_flag%
INSTALLDIR
=
"
%tcltkdir%
"
clean
nmake
-f
makefile
.vc
MACHINE
=
%machine%
DEBUG
=
%debug_flag%
INSTALLDIR
=
"
%tcltkdir%
"
all
nmake
-f
makefile
.vc
MACHINE
=
%machine%
DEBUG
=
%debug_flag%
INSTALLDIR
=
"
%tcltkdir%
"
install
popd
)
...
...
PC/VS9.0/pyproject.vsprops
View file @
7b383a57
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.2
k
"
Value=
"$(externalsDir)\openssl-1.0.2
o
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
PC/VS9.0/readme.txt
View file @
7b383a57
...
...
@@ -132,7 +132,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2
k
svn export http://svn.python.org/projects/external/openssl-1.0.2
o
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
...
...
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