aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorAdam Frisby2008-11-08 17:56:43 +0000
committerAdam Frisby2008-11-08 17:56:43 +0000
commit2205a86a8afc50d7fcee4da7d6a86b16eb7854c7 (patch)
tree773d42d6280023d236671c44101ca8376fc319ad /prebuild.xml
parent* Implemented OnClientConnect in Scene EventManager (diff)
downloadopensim-SC_OLD-2205a86a8afc50d7fcee4da7d6a86b16eb7854c7.zip
opensim-SC_OLD-2205a86a8afc50d7fcee4da7d6a86b16eb7854c7.tar.gz
opensim-SC_OLD-2205a86a8afc50d7fcee4da7d6a86b16eb7854c7.tar.bz2
opensim-SC_OLD-2205a86a8afc50d7fcee4da7d6a86b16eb7854c7.tar.xz
* Fixed prebuild
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f3af10b..2099d03 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -55,26 +55,6 @@
55 </Project> 55 </Project>
56--> 56-->
57 57
58 <Project name="OpenSim.Framework.Client" path="OpenSim/Framework/Client" type="Library">
59 <Configuration name="Debug">
60 <Options>
61 <OutputPath>../../../bin/</OutputPath>
62 </Options>
63 </Configuration>
64 <Configuration name="Release">
65 <Options>
66 <OutputPath>../../../bin/</OutputPath>
67 </Options>
68 </Configuration>
69
70 <ReferencePath>../../../bin/</ReferencePath>
71 <Reference name="System" localCopy="false"/>
72 <Reference name="log4net.dll"/>
73 <Files>
74 <Match pattern="*.cs" recurse="true"/>
75 </Files>
76 </Project>
77
78 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> 58 <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library">
79 <Configuration name="Debug"> 59 <Configuration name="Debug">
80 <Options> 60 <Options>
@@ -120,6 +100,7 @@
120 <Reference name="Mono.Addins.dll" /> 100 <Reference name="Mono.Addins.dll" />
121 <Files> 101 <Files>
122 <Match pattern="*.cs" recurse="false"/> 102 <Match pattern="*.cs" recurse="false"/>
103 <Match pattern="Client/*.cs" recurse="true"/>
123 </Files> 104 </Files>
124 </Project> 105 </Project>
125 106