diff options
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 93 |
1 files changed, 84 insertions, 9 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4106d4d..06531cf 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
7 | <OptimizeCode>false</OptimizeCode> | 7 | <OptimizeCode>false</OptimizeCode> |
8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 8 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
9 | <AllowUnsafe>false</AllowUnsafe> | 9 | <AllowUnsafe>true</AllowUnsafe> |
10 | <WarningLevel>4</WarningLevel> | 10 | <WarningLevel>4</WarningLevel> |
11 | <WarningsAsErrors>false</WarningsAsErrors> | 11 | <WarningsAsErrors>false</WarningsAsErrors> |
12 | <SuppressWarnings/> | 12 | <SuppressWarnings/> |
@@ -21,7 +21,7 @@ | |||
21 | <CompilerDefines>TRACE</CompilerDefines> | 21 | <CompilerDefines>TRACE</CompilerDefines> |
22 | <OptimizeCode>true</OptimizeCode> | 22 | <OptimizeCode>true</OptimizeCode> |
23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> | 23 | <CheckUnderflowOverflow>false</CheckUnderflowOverflow> |
24 | <AllowUnsafe>false</AllowUnsafe> | 24 | <AllowUnsafe>true</AllowUnsafe> |
25 | <WarningLevel>4</WarningLevel> | 25 | <WarningLevel>4</WarningLevel> |
26 | <WarningsAsErrors>false</WarningsAsErrors> | 26 | <WarningsAsErrors>false</WarningsAsErrors> |
27 | <SuppressWarnings/> | 27 | <SuppressWarnings/> |
@@ -820,6 +820,7 @@ | |||
820 | <Reference name="OpenSim.Server.Base"/> | 820 | <Reference name="OpenSim.Server.Base"/> |
821 | <Reference name="OpenSim.Services.Interfaces"/> | 821 | <Reference name="OpenSim.Services.Interfaces"/> |
822 | <Reference name="OpenSim.Services.Base"/> | 822 | <Reference name="OpenSim.Services.Base"/> |
823 | <Reference name="OpenSim.Server.Base"/> | ||
823 | <Reference name="OpenSim.Services.Connectors"/> | 824 | <Reference name="OpenSim.Services.Connectors"/> |
824 | <Reference name="OpenSim.Data"/> | 825 | <Reference name="OpenSim.Data"/> |
825 | <Reference name="Nini" path="../../../bin/"/> | 826 | <Reference name="Nini" path="../../../bin/"/> |
@@ -1341,9 +1342,10 @@ | |||
1341 | <Reference name="System.Drawing"/> | 1342 | <Reference name="System.Drawing"/> |
1342 | <Reference name="System.Xml"/> | 1343 | <Reference name="System.Xml"/> |
1343 | <Reference name="System.Web"/> | 1344 | <Reference name="System.Web"/> |
1345 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | ||
1344 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> | 1346 | <Reference name="OpenMetaverseTypes" path="../../../../../bin/"/> |
1345 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> | 1347 | <Reference name="OpenMetaverse.StructuredData" path="../../../../../bin/"/> |
1346 | <Reference name="OpenMetaverse" path="../../../../../bin/"/> | 1348 | |
1347 | <Reference name="OpenSim.Region.Framework"/> | 1349 | <Reference name="OpenSim.Region.Framework"/> |
1348 | <Reference name="OpenSim.Capabilities"/> | 1350 | <Reference name="OpenSim.Capabilities"/> |
1349 | <Reference name="OpenSim.Capabilities.Handlers"/> | 1351 | <Reference name="OpenSim.Capabilities.Handlers"/> |
@@ -1358,6 +1360,7 @@ | |||
1358 | <Reference name="Nini" path="../../../../../bin/"/> | 1360 | <Reference name="Nini" path="../../../../../bin/"/> |
1359 | <Reference name="log4net" path="../../../../../bin/"/> | 1361 | <Reference name="log4net" path="../../../../../bin/"/> |
1360 | <Reference name="Nini" path="../../../../../bin/"/> | 1362 | <Reference name="Nini" path="../../../../../bin/"/> |
1363 | <Reference name="zlib.net" path="../../../../../bin/"/> | ||
1361 | 1364 | ||
1362 | <Files> | 1365 | <Files> |
1363 | <Match pattern="*.cs" recurse="true"> | 1366 | <Match pattern="*.cs" recurse="true"> |
@@ -1423,6 +1426,7 @@ | |||
1423 | 1426 | ||
1424 | <!-- To allow regions to have mono addins --> | 1427 | <!-- To allow regions to have mono addins --> |
1425 | <Reference name="Mono.Addins" path="../../../bin/"/> | 1428 | <Reference name="Mono.Addins" path="../../../bin/"/> |
1429 | <Reference name="SmartThreadPool"/> | ||
1426 | 1430 | ||
1427 | <Files> | 1431 | <Files> |
1428 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> | 1432 | <Match buildAction="EmbeddedResource" path="Resources" pattern="*.addin.xml" recurse="true"/> |
@@ -1467,6 +1471,8 @@ | |||
1467 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 1471 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
1468 | <Reference name="OpenSim.Region.CoreModules"/> | 1472 | <Reference name="OpenSim.Region.CoreModules"/> |
1469 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> | 1473 | <Reference name="OpenSim.Region.ClientStack.LindenUDP"/> |
1474 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
1475 | <Reference name="OpenSim.Region.Framework.Scenes"/> | ||
1470 | <Reference name="OpenSim.Region.Framework"/> | 1476 | <Reference name="OpenSim.Region.Framework"/> |
1471 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 1477 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1472 | <Reference name="OpenSim.Server.Base"/> | 1478 | <Reference name="OpenSim.Server.Base"/> |
@@ -1519,7 +1525,7 @@ | |||
1519 | </Files> | 1525 | </Files> |
1520 | </Project> | 1526 | </Project> |
1521 | 1527 | ||
1522 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> | 1528 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet" path="OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet" type="Library"> |
1523 | <Configuration name="Debug"> | 1529 | <Configuration name="Debug"> |
1524 | <Options> | 1530 | <Options> |
1525 | <OutputPath>../../../../bin/</OutputPath> | 1531 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1536,7 +1542,9 @@ | |||
1536 | <Reference name="System.Core"/> | 1542 | <Reference name="System.Core"/> |
1537 | <Reference name="System.Data"/> | 1543 | <Reference name="System.Data"/> |
1538 | <Reference name="System.Xml"/> | 1544 | <Reference name="System.Xml"/> |
1539 | 1545 | <Reference name="OpenSim.Framework"/> | |
1546 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1547 | |||
1540 | <Files> | 1548 | <Files> |
1541 | <Match pattern="*.cs" recurse="true"> | 1549 | <Match pattern="*.cs" recurse="true"> |
1542 | <Exclude name="Tests" pattern="Tests"/> | 1550 | <Exclude name="Tests" pattern="Tests"/> |
@@ -1544,7 +1552,7 @@ | |||
1544 | </Files> | 1552 | </Files> |
1545 | </Project> | 1553 | </Project> |
1546 | 1554 | ||
1547 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModules.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> | 1555 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.Meshing" path="OpenSim/Region/PhysicsModules/Meshing" type="Library"> |
1548 | <Configuration name="Debug"> | 1556 | <Configuration name="Debug"> |
1549 | <Options> | 1557 | <Options> |
1550 | <OutputPath>../../../../bin/</OutputPath> | 1558 | <OutputPath>../../../../bin/</OutputPath> |
@@ -1659,6 +1667,72 @@ | |||
1659 | </Files> | 1667 | </Files> |
1660 | </Project> | 1668 | </Project> |
1661 | 1669 | ||
1670 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOde" path="OpenSim/Region/PhysicsModules/ubOde" type="Library"> | ||
1671 | <Configuration name="Debug"> | ||
1672 | <Options> | ||
1673 | <OutputPath>../../../../bin/</OutputPath> | ||
1674 | </Options> | ||
1675 | </Configuration> | ||
1676 | <Configuration name="Release"> | ||
1677 | <Options> | ||
1678 | <OutputPath>../../../../bin/</OutputPath> | ||
1679 | </Options> | ||
1680 | </Configuration> | ||
1681 | |||
1682 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1683 | <Reference name="System"/> | ||
1684 | <Reference name="System.Core"/> | ||
1685 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1686 | <Reference name="Nini" path="../../../../bin/"/> | ||
1687 | |||
1688 | <Reference name="OpenSim.Framework"/> | ||
1689 | <Reference name="OpenSim.Framework.Console"/> | ||
1690 | <Reference name="OpenSim.Region.Framework"/> | ||
1691 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1692 | <Reference name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet"/> | ||
1693 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1694 | <Reference name="log4net" path="../../../../bin/"/> | ||
1695 | |||
1696 | <Files> | ||
1697 | <Match pattern="*.cs" recurse="true"> | ||
1698 | <Exclude name="Tests" pattern="Tests"/> | ||
1699 | </Match> | ||
1700 | </Files> | ||
1701 | </Project> | ||
1702 | |||
1703 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.ubOdeMeshing" path="OpenSim/Region/PhysicsModules/ubOdeMeshing" type="Library"> | ||
1704 | <Configuration name="Debug"> | ||
1705 | <Options> | ||
1706 | <OutputPath>../../../../bin/</OutputPath> | ||
1707 | </Options> | ||
1708 | </Configuration> | ||
1709 | <Configuration name="Release"> | ||
1710 | <Options> | ||
1711 | <OutputPath>../../../../bin/</OutputPath> | ||
1712 | </Options> | ||
1713 | </Configuration> | ||
1714 | |||
1715 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1716 | <Reference name="System"/> | ||
1717 | <Reference name="System.Drawing"/> | ||
1718 | <Reference name="CSJ2K" path="../../../../bin/"/> | ||
1719 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
1720 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
1721 | <Reference name="OpenMetaverse.StructuredData" path="../../../../bin/"/> | ||
1722 | <Reference name="Nini" path="../../../../bin/"/> | ||
1723 | <Reference name="OpenSim.Framework"/> | ||
1724 | <Reference name="OpenSim.Framework.Console"/> | ||
1725 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | ||
1726 | <Reference name="OpenSim.Region.Framework"/> | ||
1727 | <Reference name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet"/> | ||
1728 | <Reference name="Mono.Addins" path="../../../../bin/"/> | ||
1729 | <Reference name="log4net" path="../../../../bin/"/> | ||
1730 | |||
1731 | <Files> | ||
1732 | <Match pattern="*.cs" recurse="true"/> | ||
1733 | </Files> | ||
1734 | </Project> | ||
1735 | |||
1662 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> | 1736 | <Project frameworkVersion="v4_0" name="OpenSim.Region.PhysicsModule.BulletS" path="OpenSim/Region/PhysicsModules/BulletS" type="Library"> |
1663 | <Configuration name="Debug"> | 1737 | <Configuration name="Debug"> |
1664 | <Options> | 1738 | <Options> |
@@ -1684,8 +1758,8 @@ | |||
1684 | <Reference name="OpenSim.Region.Framework"/> | 1758 | <Reference name="OpenSim.Region.Framework"/> |
1685 | <Reference name="OpenSim.Framework.Console"/> | 1759 | <Reference name="OpenSim.Framework.Console"/> |
1686 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 1760 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
1687 | <Reference name="OpenSim.Region.PhysicsModules.Meshing" path="../../../../bin/"/> | 1761 | <Reference name="OpenSim.Region.PhysicsModule.Meshing" path="../../../../bin/"/> |
1688 | <Reference name="OpenSim.Region.PhysicsModule.ConvexDecompositionDotNet"/> | 1762 | <Reference name="OpenSim.Region.PhysicsModules.ConvexDecompositionDotNet"/> |
1689 | <Reference name="Mono.Addins" path="../../../../bin/"/> | 1763 | <Reference name="Mono.Addins" path="../../../../bin/"/> |
1690 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> | 1764 | <Reference name="BulletXNA.dll" path="../../../../bin/"/> |
1691 | <Reference name="log4net.dll" path="../../../../bin/"/> | 1765 | <Reference name="log4net.dll" path="../../../../bin/"/> |
@@ -2864,6 +2938,7 @@ | |||
2864 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 2938 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
2865 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> | 2939 | <Reference name="OpenSim.Region.ClientStack.LindenCaps"/> |
2866 | <Reference name="OpenSim.Region.Framework"/> | 2940 | <Reference name="OpenSim.Region.Framework"/> |
2941 | <Reference name="OpenSim.Region.Framework.Interfaces"/> | ||
2867 | <Reference name="OpenSim.Region.CoreModules"/> | 2942 | <Reference name="OpenSim.Region.CoreModules"/> |
2868 | <Reference name="OpenSim.Region.OptionalModules"/> | 2943 | <Reference name="OpenSim.Region.OptionalModules"/> |
2869 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 2944 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
@@ -3147,7 +3222,7 @@ | |||
3147 | <Reference name="OpenSim.Framework"/> | 3222 | <Reference name="OpenSim.Framework"/> |
3148 | <Reference name="OpenSim.Tests.Common"/> | 3223 | <Reference name="OpenSim.Tests.Common"/> |
3149 | <Reference name="OpenSim.Region.Framework"/> | 3224 | <Reference name="OpenSim.Region.Framework"/> |
3150 | <Reference name="OpenSim.Region.PhysicsModules.Meshing"/> | 3225 | <Reference name="OpenSim.Region.PhysicsModule.Meshing"/> |
3151 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> | 3226 | <Reference name="OpenSim.Region.PhysicsModules.SharedBase"/> |
3152 | <Reference name="OpenSim.Region.PhysicsModule.BulletS"/> | 3227 | <Reference name="OpenSim.Region.PhysicsModule.BulletS"/> |
3153 | 3228 | ||