mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
let runprebuild.bat also copy system drawing for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user