[Python-checkins] python/dist/src/PCbuild pcbuild.dsw,1.31,1.32

Tim Peters tim.one@comcast.net
Wed, 11 Dec 2002 13:01:23 -0500


[Tim]
> Modified Files:
> 	pcbuild.dsw
> Log Message:
> Made the _ssl subproject depend on the w9xpopen subproject, because
> build_ssl.py requires os.popen().
>
>
> Index: pcbuild.dsw
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/PCbuild/pcbuild.dsw,v
> retrieving revision 1.31
> retrieving revision 1.32
> diff -C2 -d -r1.31 -r1.32
> *** pcbuild.dsw	3 Dec 2002 05:47:26 -0000	1.31
> --- pcbuild.dsw	11 Dec 2002 17:50:24 -0000	1.32
> ***************
> *** 4,8 ****
>
> ##################################################################
> #############
>
> ! Project: "_bsddb"=".\_bsddb.dsp" - Package Owner=<4>
>
>   Package=<5>
> --- 4,8 ----
>
> ##################################################################
> #############
>
> ! Project: "_bsddb"=.\_bsddb.dsp - Package Owner=<4>
>
>   Package=<5>

Etc.  Oops!  If someone went out of their way to stuff quotes into the
filepaths, I'm afraid MSCV6 just ripped them out again.  I didn't do
anything to try to make this happen, I only tried to change this part:

> +     Begin Project Dependency
> +     Project_Dep_Name w9xpopen
> +     End Project Dependency