Silence error messages from rd.

This commit is contained in:
Bastian Kleineidam 2012-05-19 08:12:47 +02:00
parent d77262b15b
commit 132b811185
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
@echo off
set PYDIR=c:\python27
rd /s /q build > nul
rd /s /q build > nul 2>&1
call %~dp0\build.bat
rd /s /q dist > nul
rd /s /q dist > nul 2>&1
%PYDIR%\python.exe setup.py py2exe
pause