diff options
author | Jeff Ames | 2008-02-15 03:21:05 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-15 03:21:05 +0000 |
commit | 25e7f74d29b394737e3180dff71ee0020430b4e1 (patch) | |
tree | fa2c91ac8daf74c50b021ad825cc33d8713e70e9 /prebuild.xml | |
parent | Moved pCampBot to OpenSim/Tools (diff) | |
download | opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.zip opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.gz opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.bz2 opensim-SC_OLD-25e7f74d29b394737e3180dff71ee0020430b4e1.tar.xz |
Move pCampBot prebuild.xml into main prebuild.xml to fix reference errors. Update README.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index f956e7e..135a8d7 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1480,6 +1480,31 @@ | |||
1480 | <Match pattern="*.cs" recurse="true"/> | 1480 | <Match pattern="*.cs" recurse="true"/> |
1481 | </Files> | 1481 | </Files> |
1482 | </Project> | 1482 | </Project> |
1483 | |||
1484 | <Project name="pCampBot" path="OpenSim/Tools/pCampBot" type="Exe"> | ||
1485 | <Configuration name="Debug"> | ||
1486 | <Options> | ||
1487 | <OutputPath>../../../bin/</OutputPath> | ||
1488 | </Options> | ||
1489 | </Configuration> | ||
1490 | <Configuration name="Release"> | ||
1491 | <Options> | ||
1492 | <OutputPath>../../../bin/</OutputPath> | ||
1493 | </Options> | ||
1494 | </Configuration> | ||
1495 | |||
1496 | <ReferencePath>../../../bin/</ReferencePath> | ||
1497 | <Reference name="System" localCopy="false"/> | ||
1498 | <Reference name="libsecondlife.dll"/> | ||
1499 | <Reference name="OpenSim.Framework.dll"/> | ||
1500 | <Reference name="OpenSim.Framework.Console.dll"/> | ||
1501 | <Reference name="Nini.dll" /> | ||
1502 | <Reference name="log4net"/> | ||
1503 | |||
1504 | <Files> | ||
1505 | <Match pattern="*.cs" recurse="true"/> | ||
1506 | </Files> | ||
1507 | </Project> | ||
1483 | </Solution> | 1508 | </Solution> |
1484 | 1509 | ||
1485 | <!-- Prebuild tool --> | 1510 | <!-- Prebuild tool --> |