mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 04:30:28 +00:00
7 lines
371 B
Batchfile
7 lines
371 B
Batchfile
@echo off
|
|
set PYTHON="c:\Python26\python.exe"
|
|
%PYTHON% setup.py sdist --manifest-only
|
|
%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
|