aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-23 15:14:15 +0000
committerMelanie Thielker2008-09-23 15:14:15 +0000
commit420a645036a563452351364869601b04289c015c (patch)
tree45828d65f35f21f49c114007a83e04a6e8db8de5 /prebuild.xml
parentthis add POST support for asset services (howto forthcoming) and fixes (diff)
downloadopensim-SC_OLD-420a645036a563452351364869601b04289c015c.zip
opensim-SC_OLD-420a645036a563452351364869601b04289c015c.tar.gz
opensim-SC_OLD-420a645036a563452351364869601b04289c015c.tar.bz2
opensim-SC_OLD-420a645036a563452351364869601b04289c015c.tar.xz
Remove Common/LSL_Types.cs. Both script engines now use a single version
of the types, located in OpenSim/Region/ScriptEngines/Shared/LSL_Tyoes.cs Also changes the compiler in DotNetEngine to use that. You _will_ need to let your region recompile all your scripts!
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9964a15..451760d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1910,6 +1910,7 @@
1910 <Reference name="OpenSim.Region.Interfaces" /> 1910 <Reference name="OpenSim.Region.Interfaces" />
1911 <Reference name="OpenSim.Region.Physics.Manager" /> 1911 <Reference name="OpenSim.Region.Physics.Manager" />
1912 <Reference name="OpenSim.Framework.Console"/> 1912 <Reference name="OpenSim.Framework.Console"/>
1913 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
1913 <Reference name="Nini.dll" /> 1914 <Reference name="Nini.dll" />
1914 <Reference name="RAIL.dll"/> 1915 <Reference name="RAIL.dll"/>
1915 <Reference name="OpenSim.Framework.Console"/> 1916 <Reference name="OpenSim.Framework.Console"/>
@@ -1923,27 +1924,6 @@
1923 </Files> 1924 </Files>
1924 </Project> 1925 </Project>
1925 1926
1926 <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Region/ScriptEngine/Common/Tests" type="Library">
1927 <Configuration name="Debug">
1928 <Options>
1929 <OutputPath>../../../../../bin/</OutputPath>
1930 </Options>
1931 </Configuration>
1932 <Configuration name="Release">
1933 <Options>
1934 <OutputPath>../../../../../bin/</OutputPath>
1935 </Options>
1936 </Configuration>
1937
1938 <ReferencePath>../../../../../bin/</ReferencePath>
1939 <Reference name="OpenSim.Region.ScriptEngine.Common"/>
1940 <Reference name="OpenSim.Tests.Common"/>
1941 <Reference name="nunit.framework.dll" />
1942 <Files>
1943 <Match pattern="*.cs" recurse="false"/>
1944 </Files>
1945 </Project>
1946
1947 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> 1927 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library">
1948 <Configuration name="Debug"> 1928 <Configuration name="Debug">
1949 <Options> 1929 <Options>
@@ -1968,6 +1948,7 @@
1968 <Reference name="OpenSim.Framework.Console"/> 1948 <Reference name="OpenSim.Framework.Console"/>
1969 <Reference name="OpenSim.Region.Environment" /> 1949 <Reference name="OpenSim.Region.Environment" />
1970 <Reference name="OpenSim.Region.ScriptEngine.Common"/> 1950 <Reference name="OpenSim.Region.ScriptEngine.Common"/>
1951 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
1971 <Reference name="Microsoft.JScript"/> 1952 <Reference name="Microsoft.JScript"/>
1972 <Reference name="Nini.dll" /> 1953 <Reference name="Nini.dll" />
1973 <Reference name="log4net.dll"/> 1954 <Reference name="log4net.dll"/>