diff options
author | Jeff Ames | 2009-07-10 04:29:00 +0000 |
---|---|---|
committer | Jeff Ames | 2009-07-10 04:29:00 +0000 |
commit | f9ff986908521f4eb816d15f8f4598433f13c18e (patch) | |
tree | e184a3a7d21fada667e305916e8734abc30e6534 /runprebuild.sh | |
parent | Explicitly set up the http server singleton fo the tests (diff) | |
download | opensim-SC_OLD-f9ff986908521f4eb816d15f8f4598433f13c18e.zip opensim-SC_OLD-f9ff986908521f4eb816d15f8f4598433f13c18e.tar.gz opensim-SC_OLD-f9ff986908521f4eb816d15f8f4598433f13c18e.tar.bz2 opensim-SC_OLD-f9ff986908521f4eb816d15f8f4598433f13c18e.tar.xz |
Switch runprebuild.bat from VS2005 to VS2008. Remove runprebuild2008.bat.
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-x | runprebuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runprebuild.sh b/runprebuild.sh index d51cf3c..3e1417a 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -4,4 +4,4 @@ mono bin/Prebuild.exe /target nant | |||
4 | # needed until we break up OpenSim.exe | 4 | # needed until we break up OpenSim.exe |
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | 5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build |
6 | mono bin/Prebuild.exe /target monodev | 6 | mono bin/Prebuild.exe /target monodev |
7 | mono bin/Prebuild.exe /target vs2005 | 7 | mono bin/Prebuild.exe /target vs2008 |