Annotation of /trunk/prebuild.patch
Parent Directory
|
Revision Log
Revision 18 - (view) (download)
| 1 : | rknop | 18 | diff --git a/prebuild.xml b/prebuild.xml |
| 2 : | index 44c1e66..f7258f7 100644 | ||
| 3 : | --- a/prebuild.xml | ||
| 4 : | +++ b/prebuild.xml | ||
| 5 : | @@ -513,6 +513,30 @@ | ||
| 6 : | chi11ken | 8 | </Files> |
| 7 : | </Project> | ||
| 8 : | |||
| 9 : | rknop | 18 | + <Project name="OpenSim.Region.Physics.NewtonPlugin" path="OpenSim/Region/Physics/NewtonPlugin" type="Library"> |
| 10 : | + <Configuration name="Debug"> | ||
| 11 : | + <Options> | ||
| 12 : | + <OutputPath>../../../../bin/Physics/</OutputPath> | ||
| 13 : | + </Options> | ||
| 14 : | + </Configuration> | ||
| 15 : | + <Configuration name="Release"> | ||
| 16 : | + <Options> | ||
| 17 : | + <OutputPath>../../../../bin/Physics/</OutputPath> | ||
| 18 : | + </Options> | ||
| 19 : | + </Configuration> | ||
| 20 : | + | ||
| 21 : | + <ReferencePath>../../../../bin/</ReferencePath> | ||
| 22 : | + <Reference name="System" localCopy="false"/> | ||
| 23 : | + <Reference name="OpenMetaverseTypes.dll" localCopy="false"/> | ||
| 24 : | + <Reference name="Nini.dll" /> | ||
| 25 : | + <Reference name="OpenSim.Framework"/> | ||
| 26 : | + <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/> | ||
| 27 : | + <Reference name="log4net.dll"/> | ||
| 28 : | + <Files> | ||
| 29 : | + <Match pattern="*.cs" recurse="true"/> | ||
| 30 : | + </Files> | ||
| 31 : | + </Project> | ||
| 32 : | chi11ken | 8 | + |
| 33 : | rknop | 18 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.OdePlugin" path="OpenSim/Region/Physics/OdePlugin" type="Library"> |
| 34 : | chi11ken | 8 | <Configuration name="Debug"> |
| 35 : | <Options> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

