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.bat | |
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.bat')
-rwxr-xr-x | runprebuild.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runprebuild.bat b/runprebuild.bat index ba0cd64..8927e9a 100755 --- a/runprebuild.bat +++ b/runprebuild.bat | |||
@@ -1,4 +1,4 @@ | |||
1 | bin\Prebuild.exe /target nant | 1 | bin\Prebuild.exe /target nant |
2 | bin\Prebuild.exe /target vs2005 | 2 | bin\Prebuild.exe /target vs2008 |
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat | ||
3 | 4 | ||
4 | echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild opensim.sln > compile.bat | ||