[Python-checkins] CVS: python/dist/src/Tools/freeze winmakemakefile.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 21 Jun 1999 18:36:54 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/freeze
In directory eric:/projects/python/develop/guido/src/Tools/freeze

Modified Files:
	winmakemakefile.py 
Log Message:
Patch submitted by Toby Dickenson and approved by Mark Hammond.
Toby writes:

winmakemakefile.py tries to allow for spaces in the python install
path, by adding quotes around the appropriate filenames. It doesn't
quite get this correct; sometimes the quotes end up in the middle of
the path.

Microsoft's NMAKE version 6.0 is happy with this (!!!!)  unless there
is also a space in the name. I guess most users of freeze on windows
do not use the same path as the binary distribution.

I've tested the following changes on systems with and without a space
in the path.