linkchecker/scripts/build.bat

8 lines
351 B
Batchfile
Raw Normal View History

@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\ftpparse\_ftpparse.pyd linkcheck\ftpparse
copy build\lib.win32-2.6\linkcheck\network\_network.pyd linkcheck\network