Show More
@@ -0,0 +1,9 b'' | |||
|
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 |
General Comments 0
You need to be logged in to leave comments.
Login now