Force to update build time on Windows.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-21 20:36:48 +02:00
parent 662e2a5139
commit 2bd7b7e8ca

View File

@ -36,6 +36,8 @@ IF exist build (
del /s /q /f build\Makefile
del /s /q /f build\*.exe
del /s /q /f build\*.dll
del /q /f build\src\app\tape\obj\dialogabouttape.o
del /q /f build\src\app\valentina\obj\dialogaboutapp.o
)
mkdir build && echo build created
cd build