linkchecker/scripts/build.bat
2006-05-18 21:10:16 +00:00

5 lines
243 B
Batchfile
Executable file

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