diff options
author | Sean Dague | 2008-03-14 14:54:50 +0000 |
---|---|---|
committer | Sean Dague | 2008-03-14 14:54:50 +0000 |
commit | 923cc9f62fedfb5e13c8133831b71815ef697805 (patch) | |
tree | 1b97ecbedcc766d6b497ba3cb9c89889021bb38c | |
parent | attempt to try to fix mantis issue # 613, which seems to be a threading issue... (diff) | |
download | opensim-SC_OLD-923cc9f62fedfb5e13c8133831b71815ef697805.zip opensim-SC_OLD-923cc9f62fedfb5e13c8133831b71815ef697805.tar.gz opensim-SC_OLD-923cc9f62fedfb5e13c8133831b71815ef697805.tar.bz2 opensim-SC_OLD-923cc9f62fedfb5e13c8133831b71815ef697805.tar.xz |
addressing the request for msbuild support from mantis 723
-rwxr-xr-x | runprebuild.bat | 4 | ||||
-rwxr-xr-x | runprebuild2008.bat | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/runprebuild.bat b/runprebuild.bat index 8a2c21a..ba0cd64 100755 --- a/runprebuild.bat +++ b/runprebuild.bat | |||
@@ -1,2 +1,4 @@ | |||
1 | bin\Prebuild.exe /target nant | 1 | bin\Prebuild.exe /target nant |
2 | bin\Prebuild.exe /target vs2005 \ No newline at end of file | 2 | bin\Prebuild.exe /target vs2005 |
3 | |||
4 | echo C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild opensim.sln > compile.bat | ||
diff --git a/runprebuild2008.bat b/runprebuild2008.bat index f5b2d47..8927e9a 100755 --- a/runprebuild2008.bat +++ b/runprebuild2008.bat | |||
@@ -1,2 +1,4 @@ | |||
1 | bin\Prebuild.exe /target nant | 1 | bin\Prebuild.exe /target nant |
2 | bin\Prebuild.exe /target vs2008 \ No newline at end of file | 2 | bin\Prebuild.exe /target vs2008 |
3 | echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat | ||
4 | |||