update default target in the docs

pull/13/head
Volker Grabsch 15 years ago
parent f6682e40e4
commit f0ba3658d8

@ -312,7 +312,7 @@ exit</pre>
<a href="http://www.lrde.epita.fr/~adl/autotools.html">Autotools</a>,
all you have to do is:
</p>
<pre>./configure --host=<span class="target">i386-mingw32msvc</span>
<pre>./configure --host=<span class="target">i686-pc-mingw32</span>
make</pre>
<p>
@ -340,7 +340,7 @@ AR=$(CROSS)ar</pre>
<p>
Then, all you have to do is:
</p>
<pre>make CROSS=<span class="target">i386-mingw32msvc</span>-</pre>
<pre>make CROSS=<span class="target">i686-pc-mingw32</span>-</pre>
<p>
That's it!
</p>

Loading…
Cancel
Save