comparison contrib/win32/buildlocal.bat @ 13383:70ef5b610222

contrib: add win32/buildlocal.bat
author Adrian Buehlmann <adrian@cadifra.com>
date Sun, 13 Feb 2011 11:14:46 +0100
parents
children
comparison
equal deleted inserted replaced
13382:d747774ca9da 13383:70ef5b610222
1 @echo off
2 rem Double-click this file to (re)build Mercurial for Windows in place.
3 rem Useful for testing and development.
4 cd ..\..
5 del /Q mercurial\*.pyd
6 del /Q mercurial\*.pyc
7 rmdir /Q /S mercurial\locale
8 python setup.py build_py -c -d . build_ext -i build_mo
9 pause