1
0
Fork 0

PROJECT: clean & release always exit gracefully :)

This commit is contained in:
Mr. eXoDia 2014-11-11 17:19:16 +01:00
parent 1d1dc8bab9
commit 2e2c0de8a1
2 changed files with 5 additions and 2 deletions

View File

@ -77,4 +77,5 @@ del /Q bin\x64\x64_bridge.dll
echo cleaning help...
cd help
del /Q *.chm
rmdir /S /Q output
rmdir /S /Q output
exit 0

View File

@ -119,4 +119,6 @@ mkdir %RELEASEDIR%\!upload
xcopy %RELEASEDIR%\qt_base %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\bin_base %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\release %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\help %RELEASEDIR%\!upload /S /Y
xcopy %RELEASEDIR%\help %RELEASEDIR%\!upload /S /Y
exit 0