Kaydet (Commit) 289587ea authored tarafından Mark Hammond's avatar Mark Hammond

Use python_d.exe to build _ssl_d.pyd - we can not express that we depend

on a release 'python.exe' for a debug build of _ssl.  It may happen that
Python.exe is currently broken, and we are trying to rebuild from scratch.
üst 1df9fdd4
...@@ -62,7 +62,7 @@ CFG=_ssl - Win32 Debug ...@@ -62,7 +62,7 @@ CFG=_ssl - Win32 Debug
# PROP Use_Debug_Libraries 1 # PROP Use_Debug_Libraries 1
# PROP Output_Dir "." # PROP Output_Dir "."
# PROP Intermediate_Dir "x86-temp-debug\_ssl" # PROP Intermediate_Dir "x86-temp-debug\_ssl"
# PROP Cmd_Line "python -u build_ssl.py -d" # PROP Cmd_Line "python_d -u build_ssl.py -d"
# PROP Rebuild_Opt "-a" # PROP Rebuild_Opt "-a"
# PROP Target_File "_ssl_d.pyd" # PROP Target_File "_ssl_d.pyd"
# PROP Bsc_Name "" # PROP Bsc_Name ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment