compile.* will be generated by prebuild

This commit is contained in:
lickx
2025-01-10 09:02:51 +01:00
parent 6b3b9cd901
commit 5adecfe5cd
3 changed files with 1 additions and 4 deletions

View File

@@ -1 +0,0 @@
@dotnet build --configuration Release OpenSim.sln

View File

@@ -1,2 +0,0 @@
#!/bin/sh
dotnet build -c Release OpenSim.sln

View File

@@ -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