Improvements to script make_install.bat. Clear not all /build folder between
builds. --HG-- branch : develop
This commit is contained in:
parent
aca82bc67e
commit
ae7041935b
|
@ -32,7 +32,10 @@ rem force qmake create new qm files
|
||||||
del /Q share\translations\*.qm
|
del /Q share\translations\*.qm
|
||||||
IF exist build (
|
IF exist build (
|
||||||
echo Build exists. Clearing.
|
echo Build exists. Clearing.
|
||||||
rd /s /q build
|
rd /s /q build\package
|
||||||
|
del /s /q /f build\Makefile
|
||||||
|
del /s /q /f build\*.exe
|
||||||
|
del /s /q /f build\*.dll
|
||||||
)
|
)
|
||||||
mkdir build && echo build created
|
mkdir build && echo build created
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user