diff options
author | Melanie Thielker | 2009-05-04 15:04:24 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-04 15:04:24 +0000 |
commit | f80ba373fa6c06eda6ed89de811cbd716d6b80f7 (patch) | |
tree | d6519a735b3f2e9360830aae38663466aab519b5 /prebuild.xml | |
parent | * Refactor: Simplify InventoryFolderImpl. No functional change. (diff) | |
download | opensim-SC_OLD-f80ba373fa6c06eda6ed89de811cbd716d6b80f7.zip opensim-SC_OLD-f80ba373fa6c06eda6ed89de811cbd716d6b80f7.tar.gz opensim-SC_OLD-f80ba373fa6c06eda6ed89de811cbd716d6b80f7.tar.bz2 opensim-SC_OLD-f80ba373fa6c06eda6ed89de811cbd716d6b80f7.tar.xz |
Prebuild changes to allow the console to reference the http server
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 42 |
1 files changed, 22 insertions, 20 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2f0b27b..b2f695a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -55,26 +55,6 @@ | |||
55 | </Project> | 55 | </Project> |
56 | --> | 56 | --> |
57 | 57 | ||
58 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" 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"/> | ||
72 | <Reference name="log4net.dll"/> | ||
73 | <Files> | ||
74 | <Match pattern="*.cs" recurse="true"/> | ||
75 | </Files> | ||
76 | </Project> | ||
77 | |||
78 | <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> | 58 | <Project name="OpenSim.Framework" path="OpenSim/Framework" type="Library"> |
79 | <Configuration name="Debug"> | 59 | <Configuration name="Debug"> |
80 | <Options> | 60 | <Options> |
@@ -350,6 +330,28 @@ | |||
350 | </Files> | 330 | </Files> |
351 | </Project> | 331 | </Project> |
352 | 332 | ||
333 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | ||
334 | <Configuration name="Debug"> | ||
335 | <Options> | ||
336 | <OutputPath>../../../bin/</OutputPath> | ||
337 | </Options> | ||
338 | </Configuration> | ||
339 | <Configuration name="Release"> | ||
340 | <Options> | ||
341 | <OutputPath>../../../bin/</OutputPath> | ||
342 | </Options> | ||
343 | </Configuration> | ||
344 | |||
345 | <ReferencePath>../../../bin/</ReferencePath> | ||
346 | <Reference name="System"/> | ||
347 | <Reference name="log4net.dll"/> | ||
348 | <Reference name="Nini.dll"/> | ||
349 | <Reference name="OpenSim.Framework.Servers"/> | ||
350 | <Files> | ||
351 | <Match pattern="*.cs" recurse="true"/> | ||
352 | </Files> | ||
353 | </Project> | ||
354 | |||
353 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 355 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
354 | <Configuration name="Debug"> | 356 | <Configuration name="Debug"> |
355 | <Options> | 357 | <Options> |