updated the how to compile docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402347
This commit is contained in:
Davis King 2008-06-21 14:32:23 +00:00
parent 9d05fb29cc
commit 4129ef3ca5

View File

@ -154,8 +154,7 @@
</p>
<h2>gcc on windows</h2>
<p>
The commands for gcc on windows are the same as above but you may also have to link (via the -l option) to the following libraries: gdi32,
comctl32, user32, or ws2_32.
The commands for gcc on windows are the same as above but you may also have to link (via the -l option) to the following libraries: gdi32, comctl32, user32, ws2_32, or imm32.
</p>