Updated clean and build batch files

This commit is contained in:
Bastian Kleineidam 2009-07-31 22:06:47 +02:00
parent 06c1971807
commit 1a3f9d6fba
2 changed files with 5 additions and 0 deletions

View file

@ -4,3 +4,4 @@ set PYTHON="c:\Python26\python.exe"
%PYTHON% setup.py build -c mingw32
copy build\lib.win32-2.6\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
copy build\lib.win32-2.6\linkcheck\network\_network.pyd linkcheck\network
e:\qt\qt\bin\qcollectiongenerator doc\html\lccollection.qhcp -o doc\html\lccollection.qhc

View file

@ -1,3 +1,7 @@
@echo off
set PYTHON="c:\Python26\python.exe"
%PYTHON% setup.py clean --all
del linkcheck\HtmlParser\htmlsax.pyd
del linkcheck\network\_network.pyd
del doc\html\lccollection.qhc
del doc\html\lcdoc.qch