summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/winmakemakefile.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-2/+2
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Patch by Toby Dickenson, mentored by Mark Hammond, to supportGuido van Rossum2000-07-131-2/+3
| | | | | automatically finding (most of) the standard PYD extensions, and to remove the hardcoded Python version.
* Sjoerd Mullender:Guido van Rossum1999-11-021-0/+1
| | | | Added some declarations to shut up compiler.
* Patch submitted by Toby Dickenson and approved by Mark Hammond.Guido van Rossum1999-06-211-2/+2
| | | | | | | | | | | | | | | | 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.
* New version, with contributions from Sjoerd Mullender and Mark Hammond.Guido van Rossum1998-08-251-14/+36
| | | | | | | | | | | | Sjoerd writes: This version of freeze creates one file per Python module, instead of one humongous file for all Python modules. bkfile: new module to used to write files with backups. No new file is produced if the new contents is identical to the old. New option "-x excluded-module" for modulefinder test program. New option "-i filename" for freeze main program to include a list of options in place of the -i option.
* Remove Emacs cruft.Guido van Rossum1998-05-181-4/+0
|
* Big changes by Mark Hammond to support freezing with DLLs on Windows.Guido van Rossum1998-03-201-25/+86
|
* Add quotes around some variable definitions; add a "clean" target.Guido van Rossum1998-03-071-5/+10
|
* Got rid of the last tab character in this file.Guido van Rossum1998-03-061-1/+1
|
* Untested changes to make the '-s windows' optionGuido van Rossum1998-03-041-0/+14
| | | | work on Windows.
* Add XXX warning about fishy lineGuido van Rossum1997-08-141-0/+1
|
* Changes for building under windows.Guido van Rossum1997-08-141-0/+45