contrib/win32/buildlocal.bat
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 29 Apr 2011 11:04:39 +0200
branchstable
changeset 14023 2cd1520664b8
parent 13383 70ef5b610222
permissions -rw-r--r--
tests: check for (*/sec) instead of (*B/sec) to match (X bytes/sec) I just had: transferred 606 bytes in 2.9 seconds (211 bytes/sec)

@echo off
rem Double-click this file to (re)build Mercurial for Windows in place.
rem Useful for testing and development.
cd ..\..
del /Q mercurial\*.pyd
del /Q mercurial\*.pyc
rmdir /Q /S mercurial\locale
python setup.py build_py -c -d . build_ext -i build_mo
pause