linkchecker/dist.bat

7 lines
161 B
Batchfile
Raw Normal View History

2009-02-24 10:56:25 +00:00
@echo off
: batch file for generating the windows .exe installer
set PYTHON="c:\Python26\python.exe"
call build.bat
rd /S /Q dist
%PYTHON% setup.py py2exe