aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BuildIt.sh
diff options
context:
space:
mode:
authoronefang2019-08-01 05:55:53 +1000
committeronefang2019-08-01 05:55:53 +1000
commit7f332ccdfd0406e319cc65fe09ecca442c2add9c (patch)
tree30bcf531eaa061c60c9cb1b25747505f320c9ba8 /BuildIt.sh
parentTODO-- These got fixed a while ago. (diff)
downloadopensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.zip
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.gz
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.bz2
opensim-SC_OLD-7f332ccdfd0406e319cc65fe09ecca442c2add9c.tar.xz
Comments++ about how to build and test debug builds.
Diffstat (limited to 'BuildIt.sh')
-rwxr-xr-xBuildIt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index c51a349..86948b6 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -25,4 +25,5 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then
25else 25else
26 # Use this for Mono 5 and later. 26 # Use this for Mono 5 and later.
27 msbuild /p:Configuration=Release 27 msbuild /p:Configuration=Release
28# msbuild /p:Configuration=Debug
28fi 29fi