Kaydet (Commit) 31d53ed9 authored tarafından Guido van Rossum's avatar Guido van Rossum

When writing the Windows Makefile, don't forget to strip some filenames

of their output directory prefix.
üst 6663b221
......@@ -287,8 +287,9 @@ def main():
try:
winmakemakefile.makemakefile(outfp,
locals(),
[frozenmain_c, frozen_c],
target)
[frozenmain_c,
os.path.basename(frozen_c)],
os.path.basename(target))
finally:
outfp.close()
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment