gaim/www

6c8d7540ab8c
Parents 24883206d84b
Children 357f9f97d08a
Andrew Hart noticed that the syntax for tar wasn't right.
--- a/htdocs/win32/build.php Fri Nov 11 15:52:45 2005 -0500
+++ b/htdocs/win32/build.php Fri Nov 11 15:56:41 2005 -0500
@@ -25,7 +25,7 @@
<li>
<p>
-Download the latest version of the <code>Windows API</code> from the MinGW <a href="http://www.mingw.org/download.shtml">download page</a> (at least <a href="http://prdownloads.sourceforge.net/mingw/w32api-3.3.tar.gz?download">3.3</a>). Extract this into your MinGW directory structure (<code>tar -xvzf /path/to/w32api-3.3.tar.gz /cygdrive/c/MinGW</code>) to upgrade the installed API.
+Download the latest version of the <code>Windows API</code> from the MinGW <a href="http://www.mingw.org/download.shtml">download page</a> (at least <a href="http://prdownloads.sourceforge.net/mingw/w32api-3.3.tar.gz?download">3.3</a>). Extract this into your MinGW directory structure (<code>tar -xvzf /path/to/w32api-3.3.tar.gz -C /cygdrive/c/MinGW</code>) to upgrade the installed API.
</p>
</li>