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 /runprebuild.bat | |
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
Diffstat (limited to 'runprebuild.bat')
-rwxr-xr-x | runprebuild.bat | 4 |
1 files changed, 3 insertions, 1 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 | ||