* Two (combined) patches from Dr Schofield (dirk husemann). Ta very much :)
* Patch 1 stops OpenSim.32BitLaunch.exe and ScriptEngines/Default.lsl being deleted on nant clean * Patch 2 resolves a building problem with pCampBot * This will require a prebuild rerunThreadPoolClientBranch
parent
e16f9a16c7
commit
57cfd5e8d1
|
@ -547,6 +547,8 @@ namespace Prebuild.Core.Targets
|
|||
ss.WriteLine(" <include name=\"OpenSim*.exe\"/>");
|
||||
ss.WriteLine(" <include name=\"ScriptEngines/*\"/>");
|
||||
ss.WriteLine(" <include name=\"Physics/*\"/>");
|
||||
ss.WriteLine(" <exclude name=\"OpenSim.32BitLaunch.exe\"/>");
|
||||
ss.WriteLine(" <exclude name=\"ScriptEngines/Default.lsl\"/>");
|
||||
ss.WriteLine(" </fileset>");
|
||||
ss.WriteLine(" </delete>");
|
||||
ss.WriteLine(" <delete dir=\"${obj.dir}\" failonerror=\"false\" />");
|
||||
|
|
BIN
bin/Prebuild.exe
BIN
bin/Prebuild.exe
Binary file not shown.
|
@ -1496,8 +1496,8 @@
|
|||
<ReferencePath>../../../bin/</ReferencePath>
|
||||
<Reference name="System" localCopy="false"/>
|
||||
<Reference name="libsecondlife.dll"/>
|
||||
<Reference name="OpenSim.Framework.dll"/>
|
||||
<Reference name="OpenSim.Framework.Console.dll"/>
|
||||
<Reference name="OpenSim.Framework"/>
|
||||
<Reference name="OpenSim.Framework.Console"/>
|
||||
<Reference name="Nini.dll" />
|
||||
<Reference name="log4net"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue