linkchecker/scripts/build.bat
2006-09-27 08:14:46 +00:00

6 lines
284 B
Batchfile
Executable file

@echo off
set PYTHON="c:\Python 25\python.exe"
%PYTHON% setup.py sdist --manifest-only
%PYTHON% setup.py build -c mingw32
copy build\lib.win32-2.5\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
copy build\lib.win32-2.5\linkcheck\ftpparse\_ftpparse.pyd linkcheck\ftpparse