aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xBuildIt.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index aff3b70..9234cb9 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -28,12 +28,12 @@ if [ "4" == $(mono -V | head -n 1 | cut -d ' ' -f 5 | cut -d '.' -f 1) ]; then
28 xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5" 28 xbuild /p:TargetFrameworkVersion="v4.5"xbuild /p:TargetFrameworkVersion="v4.5"
29else 29else
30 # Use this for Mono 5 and later. 30 # Use this for Mono 5 and later.
31 msbuild /p:Configuration=Release 31# time msbuild /p:Configuration=Release /verbosity:minimal
32# msbuild /p:Configuration=Debug 32 time msbuild /p:Configuration=Debug /verbosity:minimal
33fi 33fi
34 34
35#cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin 35#cp -f addon-modules/Gloebit/GloebitMoneyModule/bin/Gloebit.dll bin
36 36
37pushd src >/dev/null 37pushd src >/dev/null
38./BuildIt.sh 38time ./BuildIt.sh
39popd >/dev/null 39popd >/dev/null