diff --git a/compile.bat b/compile.bat deleted file mode 100644 index d86e287eeb..0000000000 --- a/compile.bat +++ /dev/null @@ -1 +0,0 @@ -@dotnet build --configuration Release OpenSim.sln diff --git a/compile.sh b/compile.sh deleted file mode 100755 index 6f7950daa3..0000000000 --- a/compile.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -dotnet build -c Release OpenSim.sln diff --git a/runprebuild.bat b/runprebuild.bat index e099b82b09..06ef7853a4 100755 --- a/runprebuild.bat +++ b/runprebuild.bat @@ -8,7 +8,7 @@ dotnet bin\prebuild.dll /target vs2022 /targetframework net8_0 /excludedir = "ob rem To compile in release mode @echo @dotnet build --configuration Release OpenSim.sln > compile.bat 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 +rem @echo @dotnet build --configuration Debug OpenSim.sln > compile.bat :done