aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2008-04-22 07:53:32 +0000
committerAdam Frisby2008-04-22 07:53:32 +0000
commitc8eb8d66fdedebbbb82348a9a60cd47fb0955305 (patch)
tree24572c1d599a1b9e249b190070e1cebbcbc29583 /prebuild.xml
parent* Added missing reference to OpenSim.Framework.Communications to RemoteAdminP... (diff)
downloadopensim-SC_OLD-c8eb8d66fdedebbbb82348a9a60cd47fb0955305.zip
opensim-SC_OLD-c8eb8d66fdedebbbb82348a9a60cd47fb0955305.tar.gz
opensim-SC_OLD-c8eb8d66fdedebbbb82348a9a60cd47fb0955305.tar.bz2
opensim-SC_OLD-c8eb8d66fdedebbbb82348a9a60cd47fb0955305.tar.xz
* Committing new terrain plugin effects system. Loads DLLs in /bin/Terrain/ as terrain module extensions. Committing sample plugin library.
* prebuild.xml changes.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f8fae8b..40aa2fb 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -929,6 +929,28 @@
929 </Project> 929 </Project>
930 930
931 931
932 <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library">
933 <Configuration name="Debug">
934 <Options>
935 <OutputPath>../../../../../../bin/Terrain/</OutputPath>
936 </Options>
937 </Configuration>
938 <Configuration name="Release">
939 <Options>
940 <OutputPath>../../../../../../bin/Terrain/</OutputPath>
941 </Options>
942 </Configuration>
943
944 <ReferencePath>../../../../../../bin/</ReferencePath>
945 <Reference name="System" localCopy="false"/>
946 <Reference name="OpenSim.Framework"/>
947 <Reference name="OpenSim.Region.Environment"/>
948 <Files>
949 <Match pattern="*.cs" recurse="true"/>
950 </Files>
951 </Project>
952
953
932 <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library"> 954 <Project name="OpenSim.Region.Modules.SvnSerialiser" path="OpenSim/Region/Modules/SvnSerialiser" type="Library">
933 <Configuration name="Debug"> 955 <Configuration name="Debug">
934 <Options> 956 <Options>