summaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html10
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>