diff options
author | Homer Horwitz | 2008-11-08 17:16:28 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-11-08 17:16:28 +0000 |
commit | 07cfa1e70bb9981404199ecd9bdbebbe23533319 (patch) | |
tree | 864c781adcacf993f3e66ffacb45d33d4224a381 /prebuild.xml | |
parent | Added necessary locking to LandManagementModule. As it is used by several (diff) | |
download | opensim-SC_OLD-07cfa1e70bb9981404199ecd9bdbebbe23533319.zip opensim-SC_OLD-07cfa1e70bb9981404199ecd9bdbebbe23533319.tar.gz opensim-SC_OLD-07cfa1e70bb9981404199ecd9bdbebbe23533319.tar.bz2 opensim-SC_OLD-07cfa1e70bb9981404199ecd9bdbebbe23533319.tar.xz |
Fix broken build since r7179
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f5fd5f4..7ca00d6 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -54,6 +54,27 @@ | |||
54 | </Files> | 54 | </Files> |
55 | </Project> | 55 | </Project> |
56 | --> | 56 | --> |
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 | |||
57 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 78 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |
58 | <Configuration name="Debug"> | 79 | <Configuration name="Debug"> |
59 | <Options> | 80 | <Options> |
@@ -966,6 +987,7 @@ | |||
966 | <Reference name="OpenSim.Region.Interfaces"/> | 987 | <Reference name="OpenSim.Region.Interfaces"/> |
967 | <Reference name="OpenSim.Data"/> | 988 | <Reference name="OpenSim.Data"/> |
968 | <Reference name="OpenSim.Framework.Servers"/> | 989 | <Reference name="OpenSim.Framework.Servers"/> |
990 | <Reference name="OpenSim.Framework.Client"/> | ||
969 | <Reference name="OpenSim.Framework.Console"/> | 991 | <Reference name="OpenSim.Framework.Console"/> |
970 | <Reference name="OpenSim.Framework.Communications"/> | 992 | <Reference name="OpenSim.Framework.Communications"/> |
971 | <Reference name="OpenSim.Framework.Statistics"/> | 993 | <Reference name="OpenSim.Framework.Statistics"/> |