LSL Compiler now only referring required assemblies (DotNetEngine and Common). Changed Vector and Rotation to custom types (stored in Common) that needs to be changed later. No longer using Axiom. Script support still broken.

This commit is contained in:
Tedd Hansen
2007-08-18 20:53:13 +00:00
parent 1d41fd4984
commit 551f2af39f
8 changed files with 341 additions and 279 deletions

View File

@@ -954,7 +954,6 @@
<Reference name="System" localCopy="false"/>
<Reference name="System.Data" localCopy="false"/>
<Reference name="System.Xml" localCopy="false"/>
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
@@ -981,7 +980,6 @@
<Reference name="System.Xml" localCopy="false"/>
<Reference name="System.Runtime.Remoting" localCopy="false"/>
<Reference name="OpenSim.Region.Environment" />
<Reference name="Axiom.MathLib.dll" localCopy="false"/>
<Reference name="libsecondlife.dll"/>
<Reference name="RAIL.dll"/>
<Reference name="OpenSim.Framework"/>