From b57e0193bacafe8e6676f08cba6f6eb764eb56ac Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 31 Jul 2012 17:40:31 +0200 Subject: [PATCH] build dir has to be removed before building a release --- release.win7.vc9.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.win7.vc9.bat b/release.win7.vc9.bat index 4e600cb0..b9a7fbf9 100644 --- a/release.win7.vc9.bat +++ b/release.win7.vc9.bat @@ -38,7 +38,7 @@ REM is correct. This is important because installer REM pick up dll from this directory IF NOT EXIST "%QT_DIR%\lib\QtCore4.dll" GOTO EXIT_WITH_ERROR -REM rmdir /S /Q %BUILD_DIR% +rmdir /S /Q %BUILD_DIR% set EDITION=MNEMIS_EDITION