Moved pCampBot to OpenSim/Tools

ThreadPoolClientBranch
Jeff Ames 2008-02-15 02:53:05 +00:00
parent 337d2d2a88
commit 21b623b70e
9 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SuppressWarnings></SuppressWarnings>
<OutputPath>../bin</OutputPath>
<OutputPath>../../../bin</OutputPath>
<DebugInformation>true</DebugInformation>
<IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib>
@ -25,7 +25,7 @@
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SuppressWarnings></SuppressWarnings>
<OutputPath>../bin</OutputPath>
<OutputPath>../../../bin</OutputPath>
<DebugInformation>false</DebugInformation>
<IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib>
@ -37,16 +37,16 @@
<Project name="pCampBot" path="./" type="Exe">
<Configuration name="Debug">
<Options>
<OutputPath>../bin/</OutputPath>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../bin/</OutputPath>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework.dll"/>

View File

@ -0,0 +1,2 @@
..\..\..\bin\Prebuild.exe /target nant
..\..\..\bin\Prebuild.exe /target vs2005

View File

@ -0,0 +1,4 @@
#!/bin/sh
mono ../../../bin/Prebuild.exe /target nant
mono ../../../bin/Prebuild.exe /target vs2005

View File

@ -1,2 +0,0 @@
..\bin\Prebuild.exe /target nant
..\bin\Prebuild.exe /target vs2005

View File

@ -1,4 +0,0 @@
#!/bin/sh
mono ../bin/Prebuild.exe /target nant
mono ../bin/Prebuild.exe /target vs2005