diff options
Diffstat (limited to 'tools/installer_ng/compile.bat')
-rw-r--r-- | tools/installer_ng/compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat index d5cba179a7..5570d018d8 100644 --- a/tools/installer_ng/compile.bat +++ b/tools/installer_ng/compile.bat @@ -7,6 +7,7 @@ Tools\wget.exe -O tmp\build.no http://svn.miranda-ng.org/main/trunk/build/build. pushd tmp
%GetVer%
popd
+if exist tmp rd /S /Q tmp
goto esclocal
:localgetver
pushd ..\..\build
|