diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-03 08:08:11 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-03 08:08:11 (GMT) |
commit | 406bf8a3a6793d0687e84872cc9b0544a8f01f80 (patch) | |
tree | 2ced05d93483f23999da95d5ced7e6279f606d21 /scripts/release-common.sh | |
parent | 0778a55a40fb7afe0d90b9f01d32fee47426c9a3 (diff) |
clarify mingw32 usage in docs & in 'print usage'
Diffstat (limited to 'scripts/release-common.sh')
-rwxr-xr-x | scripts/release-common.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/release-common.sh b/scripts/release-common.sh index 6cb5b97..4a26f09 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -17,10 +17,13 @@ # # The commit info will extracted from git and be passed to qmake as OPENSCAD_COMMIT # to identify a build in the about box. +# +# The mingw32 cross compile depends on the mxe tools + dependencies. Please +# see scripts/*mingw-* & the OpenSCAD manual for more information. printUsage() { - echo "Usage: $0 -v <versionstring> -c + echo "Usage: $0 -v <versionstring> -c -mingw32 echo echo " Example: $0 -v 2010.01 } |