# HG changeset patch # User Tony Theodore # Date 1286025929 -36000 # Node ID de6579fc47b7e535555a5d51cf253fcb302f3189 # Parent a817272c993473becea5f216bdf6f94557bb5547 spelling corrections diff -r a817272c9934 -r de6579fc47b7 doc/index.html --- a/doc/index.html Sat Oct 02 23:09:49 2010 +1000 +++ b/doc/index.html Sat Oct 02 23:25:29 2010 +1000 @@ -839,7 +839,7 @@

BTW, we're always curious about the applications people are porting. - We maintain is a + We maintain a list of projects which use mingw-cross-env. No matter whether your project is free or proprietary @@ -885,7 +885,7 @@ The easiest way to get the dependencies right is to start with a minimal setup. That is, - initialize mingw-corss-env with make gcc only. + initialize mingw-cross-env with make gcc only.

@@ -898,7 +898,7 @@

Write your $(PKG)_BUILD. If your library has a ./configure script, - enable/disable all depdency libraries explicitly + enable/disable all dependency libraries explicitly via "--enable-*" and "--disable-*" options.

@@ -983,7 +983,7 @@
  • - Check that you don't have "dirty stuf" in your *.mk files, + Check that you don't have "dirty stuff" in your *.mk files, such as TAB characters or trailing spaces at lines endings. Have a look at random *.mk files to get a feeling for the coding style.