aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs (renamed from pCampBot/BotManager.cs)0
-rw-r--r--OpenSim/Tools/pCampBot/PhysicsBot.cs (renamed from pCampBot/PhysicsBot.cs)0
-rw-r--r--OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt (renamed from pCampBot/PhysicsCamperBotREADME.txt)0
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs (renamed from pCampBot/pCampBot.cs)0
-rw-r--r--OpenSim/Tools/pCampBot/prebuild.xml (renamed from pCampBot/prebuild.xml)10
-rwxr-xr-xOpenSim/Tools/pCampBot/runprebuild.bat2
-rwxr-xr-xOpenSim/Tools/pCampBot/runprebuild.sh4
-rwxr-xr-xpCampBot/runprebuild.bat2
-rwxr-xr-xpCampBot/runprebuild.sh4
9 files changed, 11 insertions, 11 deletions
diff --git a/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index 0c7fa4e..0c7fa4e 100644
--- a/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
diff --git a/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs
index 500683a..500683a 100644
--- a/pCampBot/PhysicsBot.cs
+++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs
diff --git a/pCampBot/PhysicsCamperBotREADME.txt b/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt
index afa5fbd..afa5fbd 100644
--- a/pCampBot/PhysicsCamperBotREADME.txt
+++ b/OpenSim/Tools/pCampBot/PhysicsCamperBotREADME.txt
diff --git a/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index 704a3f5..704a3f5 100644
--- a/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
diff --git a/pCampBot/prebuild.xml b/OpenSim/Tools/pCampBot/prebuild.xml
index 1f49082..bfaf408 100644
--- a/pCampBot/prebuild.xml
+++ b/OpenSim/Tools/pCampBot/prebuild.xml
@@ -10,7 +10,7 @@
10 <WarningLevel>4</WarningLevel> 10 <WarningLevel>4</WarningLevel>
11 <WarningsAsErrors>false</WarningsAsErrors> 11 <WarningsAsErrors>false</WarningsAsErrors>
12 <SuppressWarnings></SuppressWarnings> 12 <SuppressWarnings></SuppressWarnings>
13 <OutputPath>../bin</OutputPath> 13 <OutputPath>../../../bin</OutputPath>
14 <DebugInformation>true</DebugInformation> 14 <DebugInformation>true</DebugInformation>
15 <IncrementalBuild>true</IncrementalBuild> 15 <IncrementalBuild>true</IncrementalBuild>
16 <NoStdLib>false</NoStdLib> 16 <NoStdLib>false</NoStdLib>
@@ -25,7 +25,7 @@
25 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 <WarningsAsErrors>false</WarningsAsErrors> 26 <WarningsAsErrors>false</WarningsAsErrors>
27 <SuppressWarnings></SuppressWarnings> 27 <SuppressWarnings></SuppressWarnings>
28 <OutputPath>../bin</OutputPath> 28 <OutputPath>../../../bin</OutputPath>
29 <DebugInformation>false</DebugInformation> 29 <DebugInformation>false</DebugInformation>
30 <IncrementalBuild>true</IncrementalBuild> 30 <IncrementalBuild>true</IncrementalBuild>
31 <NoStdLib>false</NoStdLib> 31 <NoStdLib>false</NoStdLib>
@@ -37,16 +37,16 @@
37 <Project name="pCampBot" path="./" type="Exe"> 37 <Project name="pCampBot" path="./" type="Exe">
38 <Configuration name="Debug"> 38 <Configuration name="Debug">
39 <Options> 39 <Options>
40 <OutputPath>../bin/</OutputPath> 40 <OutputPath>../../../bin/</OutputPath>
41 </Options> 41 </Options>
42 </Configuration> 42 </Configuration>
43 <Configuration name="Release"> 43 <Configuration name="Release">
44 <Options> 44 <Options>
45 <OutputPath>../bin/</OutputPath> 45 <OutputPath>../../../bin/</OutputPath>
46 </Options> 46 </Options>
47 </Configuration> 47 </Configuration>
48 48
49 <ReferencePath>../bin/</ReferencePath> 49 <ReferencePath>../../../bin/</ReferencePath>
50 <Reference name="System" localCopy="false"/> 50 <Reference name="System" localCopy="false"/>
51 <Reference name="libsecondlife.dll"/> 51 <Reference name="libsecondlife.dll"/>
52 <Reference name="OpenSim.Framework.dll"/> 52 <Reference name="OpenSim.Framework.dll"/>
diff --git a/OpenSim/Tools/pCampBot/runprebuild.bat b/OpenSim/Tools/pCampBot/runprebuild.bat
new file mode 100755
index 0000000..0427d2e
--- /dev/null
+++ b/OpenSim/Tools/pCampBot/runprebuild.bat
@@ -0,0 +1,2 @@
1..\..\..\bin\Prebuild.exe /target nant
2..\..\..\bin\Prebuild.exe /target vs2005
diff --git a/OpenSim/Tools/pCampBot/runprebuild.sh b/OpenSim/Tools/pCampBot/runprebuild.sh
new file mode 100755
index 0000000..7215bc5
--- /dev/null
+++ b/OpenSim/Tools/pCampBot/runprebuild.sh
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3mono ../../../bin/Prebuild.exe /target nant
4mono ../../../bin/Prebuild.exe /target vs2005
diff --git a/pCampBot/runprebuild.bat b/pCampBot/runprebuild.bat
deleted file mode 100755
index 05dfe16..0000000
--- a/pCampBot/runprebuild.bat
+++ /dev/null
@@ -1,2 +0,0 @@
1..\bin\Prebuild.exe /target nant
2..\bin\Prebuild.exe /target vs2005 \ No newline at end of file
diff --git a/pCampBot/runprebuild.sh b/pCampBot/runprebuild.sh
deleted file mode 100755
index 23fbfef..0000000
--- a/pCampBot/runprebuild.sh
+++ /dev/null
@@ -1,4 +0,0 @@
1#!/bin/sh
2
3mono ../bin/Prebuild.exe /target nant
4mono ../bin/Prebuild.exe /target vs2005