contrib/win32/buildlocal.bat
author Mads Kiilerich <mads@kiilerich.com>
Wed, 16 Nov 2011 03:45:14 +0100
changeset 15522 cf0f3cb8a332
parent 13383 70ef5b610222
permissions -rw-r--r--
tests: don't use stdout redirection for test data Stdout redirection is not binary safe everywhere - for example not on windows with msys.

@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