Adding BDB to prebuild, making BDB compile.
parent
a7f3cbbfb2
commit
dde4242378
|
@ -62,7 +62,7 @@ namespace OpenSim.Storage.LocalStorageBDB
|
|||
DbEntry data = new DbEntry();
|
||||
lock (sim)
|
||||
{
|
||||
sim.PutUnique(null, key, data, DbFile.WriteFlags.AutoCommit);
|
||||
sim.PutUnique(null, ref key, ref data, DbFile.WriteFlags.AutoCommit);
|
||||
}
|
||||
}
|
||||
public void RemovePrim(LLUUID primID)
|
||||
|
|
26
prebuild.xml
26
prebuild.xml
|
@ -498,6 +498,32 @@
|
|||
<Match pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
<Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage.LocalStorageBerkeleyDB" type="Library">
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
<OutputPath>../bin/</OutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
<Configuration name="Release">
|
||||
<Options>
|
||||
<OutputPath>../bin/</OutputPath>
|
||||
</Options>
|
||||
</Configuration>
|
||||
|
||||
<ReferencePath>../bin/</ReferencePath>
|
||||
<Reference name="System" localCopy="false"/>
|
||||
<Reference name="System.Xml"/>
|
||||
<Reference name="System.Data"/>
|
||||
<Reference name="Kds.Serialization.dll"/>
|
||||
<Reference name="libDB_dotNET43.dll"/>
|
||||
<Reference name="libsecondlife.dll"/>
|
||||
<Reference name="OpenSim.Framework"/>
|
||||
<Reference name="OpenSim.Framework.Console"/>
|
||||
<Files>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
|
||||
</Solution>
|
||||
|
|
Loading…
Reference in New Issue