diff options
author | BlueWall | 2011-08-15 16:17:32 -0400 |
---|---|---|
committer | BlueWall | 2011-08-15 16:17:32 -0400 |
commit | dc772c608d886b3fe55b7cfef6189e47372c777b (patch) | |
tree | d354d14b33e60ab9b3fbbae59f0928214618e6de /prebuild.xml | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-dc772c608d886b3fe55b7cfef6189e47372c777b.zip opensim-SC_OLD-dc772c608d886b3fe55b7cfef6189e47372c777b.tar.gz opensim-SC_OLD-dc772c608d886b3fe55b7cfef6189e47372c777b.tar.bz2 opensim-SC_OLD-dc772c608d886b3fe55b7cfef6189e47372c777b.tar.xz |
Fix for monodevelop
External libraries need the "path=..." set so
Prebuild.exe can properly build the projects
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index b56c5b5..9877973 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3150,7 +3150,7 @@ | |||
3150 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> | 3150 | <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> |
3151 | <Reference name="OpenSim.Services.Interfaces"/> | 3151 | <Reference name="OpenSim.Services.Interfaces"/> |
3152 | <Reference name="OpenSim.Tests.Common"/> | 3152 | <Reference name="OpenSim.Tests.Common"/> |
3153 | <Reference name="log4net"/> | 3153 | <Reference name="log4net" path="../../../bin/"/> |
3154 | <Reference name="nunit.framework" path="../../../bin/"/> | 3154 | <Reference name="nunit.framework" path="../../../bin/"/> |
3155 | <Reference name="Nini" path="../../../bin/"/> | 3155 | <Reference name="Nini" path="../../../bin/"/> |
3156 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 3156 | <Reference name="OpenMetaverse" path="../../../bin/"/> |