linkchecker/bdist.bat
2005-07-04 22:48:58 +00:00

5 lines
212 B
Batchfile

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