mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
17 lines
No EOL
957 B
Bash
Executable file
17 lines
No EOL
957 B
Bash
Executable file
#!/bin/sh
|
|
cd bin
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Nini.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all DotNetOpen*.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Ionic.Zip.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Newtonsoft.Json.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all C5.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all CSJ2K.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Npgsql.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all RestSharp.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Mono*.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all MySql*.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all OpenMetaverse*.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all OpenSim*.dll
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all OpenSim*.exe
|
|
mono --aot=mcpu=native,bind-to-runtime-version -O=all Robust*.exe
|
|
cd .. |