compile.* will be generated by prebuild
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
@dotnet build --configuration Release OpenSim.sln
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
dotnet build -c Release OpenSim.sln
|
|
||||||
@@ -8,7 +8,7 @@ dotnet bin\prebuild.dll /target vs2022 /targetframework net8_0 /excludedir = "ob
|
|||||||
rem To compile in release mode
|
rem To compile in release mode
|
||||||
@echo @dotnet build --configuration Release OpenSim.sln > compile.bat
|
@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 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
|
:done
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user