diff options
author | Volker Diels-Grabsch <v@njh.eu> | 2017-02-17 11:58:40 (GMT) |
---|---|---|
committer | Volker Diels-Grabsch <v@njh.eu> | 2017-02-17 11:59:13 (GMT) |
commit | a027d71cc1f08f237ecd98c09211b27717ddbee4 (patch) | |
tree | 74cd9449720b41d204ee11e89322443db7d49cfe /docs/index.html | |
parent | ad6146ca01426e72f317eef15cde7865bb9d2b0e (diff) | |
download | mxe-a027d71cc1f08f237ecd98c09211b27717ddbee4.zip mxe-a027d71cc1f08f237ecd98c09211b27717ddbee4.tar.gz mxe-a027d71cc1f08f237ecd98c09211b27717ddbee4.tar.bz2 |
Fix lowercase/uppercase in docs
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 85fd9b7..97b8e77 100644 --- a/docs/index.html +++ b/docs/index.html @@ -137,20 +137,20 @@ <p> How to choose MXE target: <ol> - <li>if you want a 64 bit Windows executable, + <li>If you want a 64 bit Windows executable, statically linked into one big executable: use MXE_TARGET x86_64-w64-mingw32.static;</li> - <li>if you want a 64 bit Windows executable, + <li>If you want a 64 bit Windows executable, split into an executable and dependant dlls use MXE_TARGET x86_64-w64-mingw32.shared;</li> - <li>if you want a 32 bit Windows executable, + <li>If you want a 32 bit Windows executable, statically linked into one big executable: use MXE_TARGET i686-w64-mingw32.static;</li> - <li>if you want a 32 bit Windows executable, + <li>If you want a 32 bit Windows executable, split into an executable and dependant dlls use MXE_TARGET i686-w64-mingw32.shared.</li> </ol> - Remark: the 'w64-mingw32' in those names are left-overs from + Remark: The 'w64-mingw32' in those names are left-overs from historical evolutions in the open source cross-compilation world and refer in no way to the result being 64 or 32 bit Windows. </p> |