mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove folder addin-db-002 on runprebuild
This commit is contained in:
@@ -58,4 +58,8 @@ rem To compile in debug mode
|
||||
@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 @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')
|
||||
|
||||
mono bin/Prebuild.exe /clean
|
||||
|
||||
;;
|
||||
|
||||
|
||||
@@ -24,3 +23,5 @@ case "$1" in
|
||||
;;
|
||||
|
||||
esac
|
||||
rm -fr bin/addin-db-002
|
||||
|
||||
|
||||
Reference in New Issue
Block a user