From 5aeabd40fd0768ca7a4e9be58398e916314ace77 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 21 Apr 2024 10:47:36 +0100 Subject: [PATCH] fix runprebuild comment --- runprebuild.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runprebuild.bat b/runprebuild.bat index f00b47b80f..cac6abb483 100755 --- a/runprebuild.bat +++ b/runprebuild.bat @@ -5,9 +5,9 @@ copy bin\System.Drawing.Common.dll.win bin\System.Drawing.Common.dll dotnet bin\prebuild.dll /target vs2022 /targetframework net8_0 /excludedir = "obj | bin" /file prebuild.xml @echo Creating compile.bat -rem To compile in debug mode +rem To compile in release mode @echo dotnet build --configuration Release 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 debug mode comment line (add rem to start) above and uncomment next (remove rem) rem @echo dotnet build --configuration Debug OpenSim.sln > compile.bat :done