mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
More SQLite work.
This commit is contained in:
4
bin/Mono.Data.Sqlite.dll.config
Normal file
4
bin/Mono.Data.Sqlite.dll.config
Normal file
@@ -0,0 +1,4 @@
|
||||
<configureation>
|
||||
<dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="libsqlite3_64.so" />
|
||||
<dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_64.so" />
|
||||
</configuration>
|
||||
BIN
bin/libsqlite3_32.so
Executable file
BIN
bin/libsqlite3_32.so
Executable file
Binary file not shown.
Binary file not shown.
@@ -2156,8 +2156,8 @@
|
||||
<Reference name="OpenMetaverseTypes" path="../../../bin/"/>
|
||||
<Reference name="OpenMetaverse" path="../../../bin/"/>
|
||||
<Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
|
||||
<Reference name="Community.CsharpSqlite"/>
|
||||
<Reference name="Community.CsharpSqlite.Sqlite"/>
|
||||
<Reference name="Community.CsharpSqlite" path="../../../bin/"/>
|
||||
<Reference name="Community.CsharpSqlite.Sqlite" path="../../../bin"/>
|
||||
<Reference name="Mono.Data.Sqlite"/>
|
||||
<Reference name="Mono.Addins" path="../../../bin/"/>
|
||||
<Reference name="log4net" path="../../../bin/"/>
|
||||
|
||||
Reference in New Issue
Block a user