From 7b383a57145046a6a6ad6cd26f3139163df07885 Mon Sep 17 00:00:00 2001 From: Anselm Kruis Date: Thu, 21 Jun 2018 16:08:32 +0200 Subject: [PATCH] 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. --- PC/VS9.0/build.bat | 5 +++-- PC/VS9.0/pyproject.vsprops | 2 +- PC/VS9.0/readme.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PC/VS9.0/build.bat b/PC/VS9.0/build.bat index 2c846a54fed..0729ec7b2bb 100644 --- a/PC/VS9.0/build.bat +++ b/PC/VS9.0/build.bat @@ -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 ) diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index d4ced7bbf68..ef28af8c1ed 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -82,7 +82,7 @@ />