Force to update build time on Windows.
--HG-- branch : develop
This commit is contained in:
parent
662e2a5139
commit
2bd7b7e8ca
|
@ -36,6 +36,8 @@ IF exist build (
|
||||||
del /s /q /f build\Makefile
|
del /s /q /f build\Makefile
|
||||||
del /s /q /f build\*.exe
|
del /s /q /f build\*.exe
|
||||||
del /s /q /f build\*.dll
|
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
|
mkdir build && echo build created
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user