mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Moved pCampBot to OpenSim/Tools
This commit is contained in:
@@ -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"/>
|
||||
2
OpenSim/Tools/pCampBot/runprebuild.bat
Executable file
2
OpenSim/Tools/pCampBot/runprebuild.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
..\..\..\bin\Prebuild.exe /target nant
|
||||
..\..\..\bin\Prebuild.exe /target vs2005
|
||||
4
OpenSim/Tools/pCampBot/runprebuild.sh
Executable file
4
OpenSim/Tools/pCampBot/runprebuild.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
mono ../../../bin/Prebuild.exe /target nant
|
||||
mono ../../../bin/Prebuild.exe /target vs2005
|
||||
@@ -1,2 +0,0 @@
|
||||
..\bin\Prebuild.exe /target nant
|
||||
..\bin\Prebuild.exe /target vs2005
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
mono ../bin/Prebuild.exe /target nant
|
||||
mono ../bin/Prebuild.exe /target vs2005
|
||||
Reference in New Issue
Block a user