View of /branches/os-0.6.9-post-fixes/prebuild.modularrex.xml
Parent Directory
|
Revision Log
Revision 311 -
(download)
(as text)
(annotate)
Mon Jan 11 07:48:00 2010 UTC (3 years, 4 months ago) by mikkopa
Original Path: trunk/prebuild.modularrex.xml
File size: 2972 byte(s)
Mon Jan 11 07:48:00 2010 UTC (3 years, 4 months ago) by mikkopa
Original Path: trunk/prebuild.modularrex.xml
File size: 2972 byte(s)
Split prebuild.xml file to multiple XML files and eliminated the embedded solution, because it was not supported by nant or monodev. This should fix issue [#353] "ModreX not included in build files for Linux".
<Project name="ModularRex" path="./addon-modules/ModreX/ModularRex/" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<ReferencePath>bin/</ReferencePath>
<Reference name="ModularRex.RexFramework"/>
<Reference name="ModularRex.NHibernate"/>
<Reference name="IronPython.dll" localCopy="true"/>
<Reference name="IronPython.Modules.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.Core.dll" localCopy="true"/>
<Reference name="Microsoft.Scripting.ExtensionAttribute.dll" localCopy="true"/>
<Reference name="log4net.dll"/>
<Reference name="Nini.dll" />
<Reference name="OpenMetaverse.dll"/>
<Reference name="OpenMetaverse.StructuredData.dll"/>
<Reference name="OpenMetaverseTypes.dll"/>
<Reference name="OpenSim"/>
<Reference name="OpenSim.Services.Interfaces"/>
<Reference name="OpenSim.Framework.dll"/>
<Reference name="OpenSim.Framework.Capabilities.dll"/>
<Reference name="OpenSim.Framework.Communications.dll"/>
<Reference name="OpenSim.Framework.Console.dll"/>
<Reference name="OpenSim.Framework.Servers.dll"/>
<Reference name="OpenSim.Framework.Servers.HttpServer.dll"/>
<Reference name="OpenSim.Framework.Statistics.dll"/>
<Reference name="OpenSim.Region.ClientStack.dll"/>
<Reference name="OpenSim.Region.ClientStack.LindenUDP.dll"/>
<Reference name="OpenSim.Region.Communications.Local.dll"/>
<Reference name="OpenSim.Region.Framework.dll"/>
<Reference name="OpenSim.Region.Physics.Manager.dll"/>
<Reference name="OpenSim.Region.ScriptEngine.Shared.dll"/>
<Reference name="OpenSim.Region.ScriptEngine.Shared.Api.dll"/>
<Reference name="OpenSim.Region.CoreModules.dll"/>
<Reference name="System" localCopy="false"/>
<Reference name="System.Data"/>
<Reference name="System.Xml"/>
<Reference name="XMLRPC.dll"/>
<Files>
<Match pattern="*.cs" recurse="false"/>
<Match path="Properties" pattern="*.cs" recurse="false"/>
<Match path="RexNetwork" pattern="*.cs" recurse="true"/>
<Match path="RexNetwork/RexLogin/Resources" pattern="*.xml" buildAction="EmbeddedResource"/>
<Match path="RexParts" pattern="*.cs" recurse="true"/>
<Match path="RexDBObjects" pattern="*.cs" recurse="true"/>
<Match path="addon-modules/ModreX/config" pattern="modrex.ini" copyToOutput="PreserveNewest" buildAction="None" preservePath="true"/>
<Match path="ScriptEngines" pattern="*.py" recurse="true" copyToOutput="PreserveNewest" buildAction="None" preservePath="true"/>
</Files>
</Project>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

