diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-01-31 13:57:41 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-10-11 23:08:53 (GMT) |
commit | 195b47bfb1c199164256e6ae7ff2f04da553ea11 (patch) | |
tree | 7488342b94557869d6100bbf3129aa54b6a32bff | |
parent | 718ce58917e8b66e705ea5e020aff60e533c90cb (diff) | |
download | mxe-195b47bfb1c199164256e6ae7ff2f04da553ea11.zip mxe-195b47bfb1c199164256e6ae7ff2f04da553ea11.tar.gz mxe-195b47bfb1c199164256e6ae7ff2f04da553ea11.tar.bz2 |
docs: 32-bit exe can be used in 64-bit Windows
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index ba663ee..8275940 100644 --- a/docs/index.html +++ b/docs/index.html @@ -131,6 +131,10 @@ for individual packages. </p> <p> + Executables built for 32 bit Windows can be + executed on 64 bit Windows as well. + </p> + <p> How to choose MXE target: <ol> <li>if you want a 64 bit Windows executable, |