diff options
author | Adam Frisby | 2007-04-11 07:53:56 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-11 07:53:56 +0000 |
commit | dde42423783fadd2ae874a4d0307739d51046173 (patch) | |
tree | 75730cfc1c31e5769a33766a944c5ccc0efe737e /prebuild.xml | |
parent | * working towards fixing nant build... (diff) | |
download | opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.zip opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.gz opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.bz2 opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.xz |
Adding BDB to prebuild, making BDB compile.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 09d714e..0c37ab1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -498,6 +498,32 @@ | |||
498 | <Match pattern="*.cs" recurse="true"/> | 498 | <Match pattern="*.cs" recurse="true"/> |
499 | </Files> | 499 | </Files> |
500 | </Project> | 500 | </Project> |
501 | |||
502 | <Project name="OpenSim.Storage.LocalStorageBerkeleyDB" path="OpenSim.Storage.LocalStorageBerkeleyDB" type="Library"> | ||
503 | <Configuration name="Debug"> | ||
504 | <Options> | ||
505 | <OutputPath>../bin/</OutputPath> | ||
506 | </Options> | ||
507 | </Configuration> | ||
508 | <Configuration name="Release"> | ||
509 | <Options> | ||
510 | <OutputPath>../bin/</OutputPath> | ||
511 | </Options> | ||
512 | </Configuration> | ||
513 | |||
514 | <ReferencePath>../bin/</ReferencePath> | ||
515 | <Reference name="System" localCopy="false"/> | ||
516 | <Reference name="System.Xml"/> | ||
517 | <Reference name="System.Data"/> | ||
518 | <Reference name="Kds.Serialization.dll"/> | ||
519 | <Reference name="libDB_dotNET43.dll"/> | ||
520 | <Reference name="libsecondlife.dll"/> | ||
521 | <Reference name="OpenSim.Framework"/> | ||
522 | <Reference name="OpenSim.Framework.Console"/> | ||
523 | <Files> | ||
524 | <Match pattern="*.cs" recurse="true"/> | ||
525 | </Files> | ||
526 | </Project> | ||
501 | 527 | ||
502 | 528 | ||
503 | </Solution> | 529 | </Solution> |