~ubuntu-branches/ubuntu/precise/mercurial/precise-updates

« back to all changes in this revision

Viewing changes to contrib/win32/buildlocal.bat

  • Committer: Bazaar Package Importer
  • Author(s): Javi Merino
  • Date: 2011-03-06 16:01:58 UTC
  • mto: (28.1.2 sid) (1.1.14)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20110306160158-y94pzpmtd7b1xgjk
Tags: upstream-1.8
ImportĀ upstreamĀ versionĀ 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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