diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2003-02-13 12:05:15 (GMT) |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2003-02-13 12:05:15 (GMT) |
commit | 289587ea1d3f30c4babcfd5643c9ba9b49539612 (patch) | |
tree | f5dde707d0603b58af2eac37bc7928dc39fa9845 /PCbuild/_ssl.dsp | |
parent | 1df9fdd4d5ba2c1a0c4731dada51780e5b5968a7 (diff) | |
download | cpython-289587ea1d3f30c4babcfd5643c9ba9b49539612.zip cpython-289587ea1d3f30c4babcfd5643c9ba9b49539612.tar.gz cpython-289587ea1d3f30c4babcfd5643c9ba9b49539612.tar.bz2 |
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.
Diffstat (limited to 'PCbuild/_ssl.dsp')
-rw-r--r-- | PCbuild/_ssl.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_ssl.dsp b/PCbuild/_ssl.dsp index d87aecc..a62f598 100644 --- a/PCbuild/_ssl.dsp +++ b/PCbuild/_ssl.dsp @@ -62,7 +62,7 @@ CFG=_ssl - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "." # 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 Target_File "_ssl_d.pyd" # PROP Bsc_Name "" |