remove folder addin-db-002 on runprebuild
parent
441b4e01f6
commit
9a5844fdb9
|
@ -58,4 +58,8 @@ rem To compile in debug mode
|
||||||
@echo %ValueValue% opensim.sln > compile.bat
|
@echo %ValueValue% opensim.sln > compile.bat
|
||||||
rem To compile in release mode comment line (add rem to start) above and uncomment next (remove rem)
|
rem To compile in release mode comment line (add rem to start) above and uncomment next (remove rem)
|
||||||
rem @echo %ValueValue% /P:Config=Release opensim.sln > compile.bat
|
rem @echo %ValueValue% /P:Config=Release opensim.sln > compile.bat
|
||||||
:done
|
:done
|
||||||
|
if exist "bin\addin-db-002" (
|
||||||
|
del /F/Q/S bin\addin-db-002 > NUL
|
||||||
|
rmdir /Q/S bin\addin-db-002
|
||||||
|
)
|
|
@ -5,7 +5,6 @@ case "$1" in
|
||||||
'clean')
|
'clean')
|
||||||
|
|
||||||
mono bin/Prebuild.exe /clean
|
mono bin/Prebuild.exe /clean
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,3 +23,5 @@ case "$1" in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
rm -fr bin/addin-db-002
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue