diff options
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" |
29 | else | 29 | else |
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 |
33 | fi | 33 | fi |
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 | ||
37 | pushd src >/dev/null | 37 | pushd src >/dev/null |
38 | ./BuildIt.sh | 38 | time ./BuildIt.sh |
39 | popd >/dev/null | 39 | popd >/dev/null |