comparison contrib/win32/win32-build.txt @ 5115:ea7b982b6c08

Remove trailing spaces
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 07 Aug 2007 10:24:33 +0200
parents d1dd16256114
children
comparison
equal deleted inserted replaced
5097:73fdc8bd3ed8 5115:ea7b982b6c08
33 Mercurial repository you want to package, and name the repo 33 Mercurial repository you want to package, and name the repo
34 C:\hg\hg-release. 34 C:\hg\hg-release.
35 35
36 In a shell, build a standalone copy of the hg.exe program: 36 In a shell, build a standalone copy of the hg.exe program:
37 37
38 python setup.py build -c mingw32 38 python setup.py build -c mingw32
39 python setup.py py2exe -b 1 39 python setup.py py2exe -b 1
40 40
41 Note: the previously suggested combined command of "python setup.py build -c 41 Note: the previously suggested combined command of "python setup.py build -c
42 mingw32 py2exe -b 1" doesn't work correctly anymore as it doesn't include the 42 mingw32 py2exe -b 1" doesn't work correctly anymore as it doesn't include the
43 extensions in the mercurial subdirectory. 43 extensions in the mercurial subdirectory.