aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Mono.Data.Sqlite.dll.config
diff options
context:
space:
mode:
authorBlueWall2011-03-22 16:42:12 -0400
committerBlueWall2011-03-22 16:42:12 -0400
commit97d46648cdde5d8237d1241f3dc47fc455b35d33 (patch)
tree079f8bbecf1112fcb4f565c369478cc16005928c /bin/Mono.Data.Sqlite.dll.config
parentOn initial setup, include estate and regions names in questions to make it cl... (diff)
downloadopensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.zip
opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.gz
opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.bz2
opensim-SC_OLD-97d46648cdde5d8237d1241f3dc47fc455b35d33.tar.xz
More SQLite work.
Diffstat (limited to 'bin/Mono.Data.Sqlite.dll.config')
-rw-r--r--bin/Mono.Data.Sqlite.dll.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config
new file mode 100644
index 0000000..456461e
--- /dev/null
+++ b/bin/Mono.Data.Sqlite.dll.config
@@ -0,0 +1,4 @@
1<configureation>
2 <dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="libsqlite3_64.so" />
3 <dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="libsqlite3_64.so" />
4</configuration>