View of /trunk/prebuild.patch
Parent Directory
|
Revision Log
Revision 8 -
(download)
(annotate)
Fri Oct 31 00:11:51 2008 UTC (4 years, 6 months ago) by chi11ken
File size: 1239 byte(s)
Fri Oct 31 00:11:51 2008 UTC (4 years, 6 months ago) by chi11ken
File size: 1239 byte(s)
Change prebuild modifications to use a patch, to make staying up to date a bit easier.
--- prebuild.xml.orig 2008-10-31 09:02:58.000000000 +0900
+++ prebuild.xml 2008-10-31 09:02:39.000000000 +0900
@@ -579,6 +579,30 @@
</Files>
</Project>
+ <Project name="OpenSim.Region.Physics.NewtonPlugin" path="OpenSim/Region/Physics/NewtonPlugin" type="Library">
+ <Configuration name="Debug">
+ <Options>
+ <OutputPath>../../../../bin/Physics/</OutputPath>
+ </Options>
+ </Configuration>
+ <Configuration name="Release">
+ <Options>
+ <OutputPath>../../../../bin/Physics/</OutputPath>
+ </Options>
+ </Configuration>
+
+ <ReferencePath>../../../../bin/</ReferencePath>
+ <Reference name="System" localCopy="false"/>
+ <Reference name="Axiom.MathLib.dll" localCopy="false"/>
+ <Reference name="Nini.dll" />
+ <Reference name="OpenSim.Framework"/>
+ <Reference name="OpenSim.Region.Physics.Manager" localCopy="false"/>
+ <Reference name="log4net.dll"/>
+ <Files>
+ <Match pattern="*.cs" recurse="true"/>
+ </Files>
+ </Project>
+
<Project name="OpenSim.Region.Physics.PhysXPlugin" path="OpenSim/Region/Physics/PhysXPlugin" type="Library">
<Configuration name="Debug">
<Options>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

