Diff of /trunk/ModularRex/prebuild.xml
Parent Directory
|
Revision Log
|
Patch
| revision 49, Mon Feb 2 13:39:06 2009 UTC | revision 50, Tue Feb 3 07:08:25 2009 UTC | |
|---|---|---|
| # | Line 144 | Line 144 |
| 144 | <Match path="RexDBObjects" pattern="*.cs" recurse="true"/> | <Match path="RexDBObjects" pattern="*.cs" recurse="true"/> |
| 145 | </Files> | </Files> |
| 146 | </Project> | </Project> |
| 147 | ||
| 148 | <Project name="ModularRex.RexOdePlugin" path="./RexOdePlugin" type="Library"> | |
| 149 | <Configuration name="Debug"> | |
| 150 | <Options> | |
| 151 | <OutputPath>../../../bin/Physics/</OutputPath> | |
| 152 | </Options> | |
| 153 | </Configuration> | |
| 154 | <Configuration name="Release"> | |
| 155 | <Options> | |
| 156 | <OutputPath>../../../bin/Physics/</OutputPath> | |
| 157 | </Options> | |
| 158 | </Configuration> | |
| 159 | ||
| 160 | <ReferencePath>../bin/</ReferencePath> | |
| 161 | <ReferencePath>../../../bin/</ReferencePath> | |
| 162 | <ReferencePath>../../../bin/Physics</ReferencePath> | |
| 163 | <Reference name="System" localCopy="false"/> | |
| 164 | <Reference name="OpenMetaverseTypes.dll" localCopy="false"/> | |
| 165 | <Reference name="Nini.dll" /> | |
| 166 | <Reference name="OpenSim.Framework"/> | |
| 167 | <Reference name="OpenSim.Framework.Console"/> | |
| 168 | <Reference name="OpenSim.Region.Physics.Manager"/> | |
| 169 | <Reference name="OpenSim.Region.Physics.Meshing"/> | |
| 170 | <Reference name="OpenSim.Region.Physics.OdePlugin"/> | |
| 171 | <Reference name="Ode.NET.dll"/> | |
| 172 | <Reference name="nunit.framework.dll"/> | |
| 173 | <Reference name="log4net.dll"/> | |
| 174 | <Reference name="RexDotMeshLoader.dll" localCopy="true"/> | |
| 175 | <Files> | |
| 176 | <Match pattern="*.cs" recurse="true"/> | |
| 177 | </Files> | |
| 178 | </Project> | |
| 179 | ||
| 180 | ||
| 181 | ||
| 182 | ||
| 183 | </Solution> | </Solution> |
| 184 | </Prebuild> | </Prebuild> |
| 185 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

