diff options
author | onefang | 2019-05-20 20:10:57 +1000 |
---|---|---|
committer | onefang | 2019-05-20 20:10:57 +1000 |
commit | 553748e76cbbf18ae9d29b3d081a3b44aff7474e (patch) | |
tree | c621e41b4091ca8dc49fcba7272fb63079c2e219 /BuildIt.sh | |
parent | Add old TODO. (diff) | |
download | opensim-SC-553748e76cbbf18ae9d29b3d081a3b44aff7474e.zip opensim-SC-553748e76cbbf18ae9d29b3d081a3b44aff7474e.tar.gz opensim-SC-553748e76cbbf18ae9d29b3d081a3b44aff7474e.tar.bz2 opensim-SC-553748e76cbbf18ae9d29b3d081a3b44aff7474e.tar.xz |
Initial tweaks of the installation stuff.
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,7 +2,12 @@ | |||
2 | 2 | ||
3 | ./runprebuild.sh | 3 | ./runprebuild.sh |
4 | 4 | ||
5 | # Debian no longer provides nant. | ||
6 | #./nant-color | ||
7 | |||
8 | # Use this for Mono 4. | ||
5 | xbuild /target:clean | 9 | xbuild /target:clean |
6 | xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5" | 10 | xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5" |
7 | 11 | ||
12 | # Use this for Mono 5. | ||
8 | #msbuild /p:Configuration=Release | 13 | #msbuild /p:Configuration=Release |