From 4ecf4248c87c83239ea9e31c25fa815c64712fdd Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 24 Feb 2009 16:32:04 +0100 Subject: [PATCH] Added pause to dist --- build.bat | 1 - dist.bat | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 824ce3a6..ec4aadad 100644 --- a/build.bat +++ b/build.bat @@ -1,6 +1,5 @@ @echo off set PYTHON="c:\Python26\python.exe" -rd /S /Q build %PYTHON% setup.py sdist --manifest-only %PYTHON% setup.py build -c mingw32 copy build\lib.win32-2.6\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser diff --git a/dist.bat b/dist.bat index 90eed851..c2761203 100755 --- a/dist.bat +++ b/dist.bat @@ -1,6 +1,8 @@ @echo off : batch file for generating the windows .exe installer set PYTHON="c:\Python26\python.exe" +rd /S /Q build call build.bat rd /S /Q dist %PYTHON% setup.py py2exe +@pause