contrib/win32/win32-build.txt
changeset 5081 ea7b982b6c08
parent 4401 d1dd16256114
child 7660 ceed5f8c4ebf
equal deleted inserted replaced
5080:73fdc8bd3ed8 5081: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.