]> granicus.if.org Git - python/commit
Patch submitted by Toby Dickenson and approved by Mark Hammond.
authorGuido van Rossum <guido@python.org>
Mon, 21 Jun 1999 22:36:53 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Jun 1999 22:36:53 +0000 (22:36 +0000)
commit43128905befc05001219d79715448191a04b8ab9
tree75bb6694ab03f7dd61f96b035bc753d5d29318ad
parent0f871dc39eef2adb0a24582fd5dfd6216822e286
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.
Tools/freeze/winmakemakefile.py