Improve MinGW static makefile builds.
authorGuenter Knauf <lists@gknw.net>
Tue, 19 Apr 2011 18:59:24 +0000 (20:59 +0200)
committerGuenter Knauf <lists@gknw.net>
Tue, 19 Apr 2011 18:59:24 +0000 (20:59 +0200)
commiteb65a49befa040746b222e693bba19ee56814e85
tree671766c2df7c719ea453ad9711949f0e44e646a4
parentb2140a09f8fdda5b36172012ba02a404413c996f
Improve MinGW static makefile builds.

It is now possible to use any combination of features without
having to 1st add makefile targets to the main makefile. The
main makefile now passes the 'mingw32-feat1-feat2' as var CFG,
and the ./[lib|src]/Makefile.m32 parses the CFG var to determine
the features to be enabled.
Makefile.dist
lib/Makefile.m32
src/Makefile.m32