mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-13 09:03:11 +00:00
Updated clean and build batch files
This commit is contained in:
parent
06c1971807
commit
1a3f9d6fba
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue