diff options
author | UbitUmarov | 2018-11-27 11:28:33 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-27 11:28:33 +0000 |
commit | cc6a02dd53d9e5204c8b9ef490e7bfcee32f57ec (patch) | |
tree | 9f5ed4b4be9e01b5fb45ccb93f33ba36d67f375f /runprebuild.sh | |
parent | change runprebuild.bat to try to find msbuild of most recent visual studio in... (diff) | |
download | opensim-SC-cc6a02dd53d9e5204c8b9ef490e7bfcee32f57ec.zip opensim-SC-cc6a02dd53d9e5204c8b9ef490e7bfcee32f57ec.tar.gz opensim-SC-cc6a02dd53d9e5204c8b9ef490e7bfcee32f57ec.tar.bz2 opensim-SC-cc6a02dd53d9e5204c8b9ef490e7bfcee32f57ec.tar.xz |
remove option vs2010 from runprebuild.sh
Diffstat (limited to '')
-rwxr-xr-x | runprebuild.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runprebuild.sh b/runprebuild.sh index 011936e..fd411bb 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -16,12 +16,6 @@ case "$1" in | |||
16 | ;; | 16 | ;; |
17 | 17 | ||
18 | 18 | ||
19 | 'vs2010') | ||
20 | |||
21 | mono bin/Prebuild.exe /target vs2015 | ||
22 | |||
23 | ;; | ||
24 | |||
25 | *) | 19 | *) |
26 | 20 | ||
27 | mono bin/Prebuild.exe /target nant | 21 | mono bin/Prebuild.exe /target nant |