This commit is contained in:
calvin 2006-05-19 19:03:39 +00:00
parent 5ace7bb79f
commit 52a3e92761

View file

@ -1,6 +1,6 @@
@echo off
set PYTHON="c:\Python 24\python.exe"
@echo off
set PYTHON="c:\Python 24\python.exe"
%PYTHON% setup.py sdist --manifest-only
%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
%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