let runprebuild.bat also copy system drawing for windows

This commit is contained in:
UbitUmarov
2024-03-24 12:11:42 +00:00
parent 7c63ff1150
commit 4a8d4414bd

View File

@@ -8,6 +8,8 @@ rem To compile in debug mode
rem To compile in release mode comment line (add rem to start) above and uncomment next (remove rem)
rem @echo dotnet build --configuration Debug OpenSim.sln > compile.bat
:done
copy bin\System.Drawing.Common.dll.win bin\System.Drawing.Common.dll
if exist "bin\addin-db-002" (
del /F/Q/S bin\addin-db-002 > NUL
rmdir /Q/S bin\addin-db-002