Fix grammar in docs

This commit is contained in:
Volker Diels-Grabsch 2017-02-17 12:57:16 +01:00
parent 9b7a05b961
commit ad6146ca01
1 changed files with 2 additions and 2 deletions

View File

@ -141,13 +141,13 @@
statically linked into one big executable:
use MXE_TARGET x86_64-w64-mingw32.static;</li>
<li>if you want a 64 bit Windows executable,
splitted in an executable and dependant dlls
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,
statically linked into one big executable:
use MXE_TARGET i686-w64-mingw32.static;</li>
<li>if you want a 32 bit Windows executable,
splitted in an executable and dependant dlls
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