diff options
author | Teravus Ovares | 2008-02-03 04:13:46 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-03 04:13:46 +0000 |
commit | b0c6baaeb05c5f15c951d3128419fac82b399911 (patch) | |
tree | 2ca4b26583e5371e2b3fa177574f0ffe76364cbd /pCampBot/runprebuild.sh | |
parent | Implements LSL function llDialog(). (diff) | |
download | opensim-SC_OLD-b0c6baaeb05c5f15c951d3128419fac82b399911.zip opensim-SC_OLD-b0c6baaeb05c5f15c951d3128419fac82b399911.tar.gz opensim-SC_OLD-b0c6baaeb05c5f15c951d3128419fac82b399911.tar.bz2 opensim-SC_OLD-b0c6baaeb05c5f15c951d3128419fac82b399911.tar.xz |
* Adding the PhysicsCamperBot load testing app to the SVN in it's own folder. You'll have to build it separately to take advantage of it. *read the Readme file*. The bots created by this application roam around amusingly to simulate load.
* Be smart, Don't use this on a public grid, lest you get banned permanently.
Diffstat (limited to 'pCampBot/runprebuild.sh')
-rw-r--r-- | pCampBot/runprebuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pCampBot/runprebuild.sh b/pCampBot/runprebuild.sh new file mode 100644 index 0000000..23fbfef --- /dev/null +++ b/pCampBot/runprebuild.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | mono ../bin/Prebuild.exe /target nant | ||
4 | mono ../bin/Prebuild.exe /target vs2005 | ||