File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,10 @@ if '%build_tkinter%'=='true' (
76
76
)
77
77
if '%build_tkinter% '== 'true' (
78
78
if not exist " %tcltkdir% \bin\tcl85%tcl_dbg_ext% .dll" (
79
- @ rem all and install need to be separate invocations, otherwise nmakehlp is not found on install
79
+ @ rem clean, all and install need to be separate invocations, otherwise nmakehlp is not found on install
80
80
pushd " %tcldir% \win"
81
- nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR=" %tcltkdir% " clean all
81
+ nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR=" %tcltkdir% " clean
82
+ nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR=" %tcltkdir% " all
82
83
nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR=" %tcltkdir% " install
83
84
popd
84
85
)
Original file line number Diff line number Diff line change 82
82
/>
83
83
<UserMacro
84
84
Name=" opensslDir"
85
- Value=" $(externalsDir)\openssl-1.0.2k "
85
+ Value=" $(externalsDir)\openssl-1.0.2o "
86
86
/>
87
87
<UserMacro
88
88
Name=" tcltkDir"
Original file line number Diff line number Diff line change 132
132
133
133
Get the source code through
134
134
135
- svn export http://svn.python.org/projects/external/openssl-1.0.2k
135
+ svn export http://svn.python.org/projects/external/openssl-1.0.2o
136
136
137
137
** NOTE: if you use the PCbuild\get_externals.bat approach for
138
138
obtaining external sources then you don't need to manually get the source
You can’t perform that action at this time.
0 commit comments