linkchecker/bdist.bat
2005-10-10 21:55:45 +00:00

5 lines
202 B
Batchfile

@echo off
REM batch file for generating the windows .exe installer
set PYTHON=c:\Python24\python.exe
%PYTHON% setup.py sdist --manifest-only
%PYTHON% setup.py build -c mingw32 bdist_wininst -b hase.bmp