mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
replace prebuild by dotnet version
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.TieredCompilation": false
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
@echo OFF
|
||||
|
||||
bin\Prebuild.exe /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml
|
||||
dotent bin\prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml
|
||||
|
||||
@echo Creating compile.bat
|
||||
rem To compile in debug mode
|
||||
|
||||
+3
-3
@@ -3,14 +3,14 @@
|
||||
case "$1" in
|
||||
|
||||
'clean')
|
||||
mono bin/Prebuild.exe /file prebuild.xml /clean
|
||||
dotnet bin/prebuild.dll /file prebuild.xml /clean
|
||||
|
||||
;;
|
||||
|
||||
|
||||
'autoclean')
|
||||
|
||||
echo y|mono bin/Prebuild.exe /file prebuild.xml /clean
|
||||
echo y|dotnet bin/prebuild.dll /file prebuild.xml /clean
|
||||
|
||||
;;
|
||||
|
||||
@@ -18,7 +18,7 @@ case "$1" in
|
||||
|
||||
*)
|
||||
|
||||
mono bin/Prebuild.exe /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml
|
||||
dotnet bin/prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.xml
|
||||
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user