[Python-checkins] python/dist/src/PCbuild _ssl.dsp,1.1,1.2

mhammond@users.sourceforge.net mhammond@users.sourceforge.net
Thu, 13 Feb 2003 04:05:17 -0800


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv16534

Modified Files:
	_ssl.dsp 
Log Message:
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.


Index: _ssl.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_ssl.dsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _ssl.dsp	3 Dec 2002 05:47:26 -0000	1.1
--- _ssl.dsp	13 Feb 2003 12:05:15 -0000	1.2
***************
*** 63,67 ****
  # PROP Output_Dir "."
  # PROP Intermediate_Dir "x86-temp-debug\_ssl"
! # PROP Cmd_Line "python -u build_ssl.py -d"
  # PROP Rebuild_Opt "-a"
  # PROP Target_File "_ssl_d.pyd"
--- 63,67 ----
  # PROP Output_Dir "."
  # PROP Intermediate_Dir "x86-temp-debug\_ssl"
! # PROP Cmd_Line "python_d -u build_ssl.py -d"
  # PROP Rebuild_Opt "-a"
  # PROP Target_File "_ssl_d.pyd"