aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2007-07-15 18:26:19 +0000
committerAdam Frisby2007-07-15 18:26:19 +0000
commit2604add4dda0b295b8fd1834d1427f82cc23d700 (patch)
tree999f7cd7eeb6eec909191ae7d18f6e83bd31431e /prebuild.xml
parent* Fixed an issue where world map blocks were not transmitted correctly. (diff)
downloadopensim-SC_OLD-2604add4dda0b295b8fd1834d1427f82cc23d700.zip
opensim-SC_OLD-2604add4dda0b295b8fd1834d1427f82cc23d700.tar.gz
opensim-SC_OLD-2604add4dda0b295b8fd1834d1427f82cc23d700.tar.bz2
opensim-SC_OLD-2604add4dda0b295b8fd1834d1427f82cc23d700.tar.xz
* Fiddling with prebuild.xml
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml55
1 files changed, 28 insertions, 27 deletions
diff --git a/prebuild.xml b/prebuild.xml
index cea5687..c06c957 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -176,33 +176,7 @@
176 </Files> 176 </Files>
177 </Project> 177 </Project>
178 178
179 <!-- Storage Plug-ins --> 179 <!-- Storage Plug-ins -->
180 <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
181 <Configuration name="Debug">
182 <Options>
183 <OutputPath>../../../../bin/</OutputPath>
184 </Options>
185 </Configuration>
186 <Configuration name="Release">
187 <Options>
188 <OutputPath>../../../../bin/</OutputPath>
189 </Options>
190 </Configuration>
191
192 <ReferencePath>../../../../bin/</ReferencePath>
193 <Reference name="System" localCopy="false"/>
194 <Reference name="System.Xml"/>
195 <Reference name="Db4objects.Db4o.dll"/>
196 <Reference name="libsecondlife.dll"/>
197 <Reference name="OpenSim.Framework"/>
198 <Reference name="OpenSim.Region.Environment"/>
199 <Reference name="OpenSim.Framework.Console"/>
200 <Files>
201 <Match pattern="*.cs" recurse="true"/>
202 </Files>
203 </Project>
204
205
206 <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library"> 180 <Project name="OpenSim.Region.Storage.LocalStorageDb4o" path="OpenSim/Region/Storage/LocalStorageDb4o" type="Library">
207 <Configuration name="Debug"> 181 <Configuration name="Debug">
208 <Options> 182 <Options>
@@ -678,6 +652,33 @@
678 </Files> 652 </Files>
679 </Project> 653 </Project>
680 654
655 <!-- Datastore Plugins -->
656 <Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
657 <Configuration name="Debug">
658 <Options>
659 <OutputPath>../../../../bin/</OutputPath>
660 </Options>
661 </Configuration>
662 <Configuration name="Release">
663 <Options>
664 <OutputPath>../../../../bin/</OutputPath>
665 </Options>
666 </Configuration>
667
668 <ReferencePath>../../../../bin/</ReferencePath>
669 <Reference name="System" localCopy="false"/>
670 <Reference name="System.Xml"/>
671 <Reference name="Db4objects.Db4o.dll"/>
672 <Reference name="libsecondlife.dll"/>
673 <Reference name="OpenSim.Framework"/>
674 <Reference name="OpenSim.Region.Environment"/>
675 <Reference name="OpenSim.Framework.Console"/>
676 <Files>
677 <Match pattern="*.cs" recurse="true"/>
678 </Files>
679 </Project>
680
681
681 <!-- OpenSim app --> 682 <!-- OpenSim app -->
682 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe"> 683 <Project name="OpenSim" path="OpenSim/Region/Application" type="Exe">
683 <Configuration name="Debug"> 684 <Configuration name="Debug">